Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement request: Browser.Features.input #2725

Open
sebstyle opened this issue Jun 27, 2015 · 1 comment
Open

Enhancement request: Browser.Features.input #2725

sebstyle opened this issue Jun 27, 2015 · 1 comment

Comments

@sebstyle
Copy link

I would very much like to see Browser.Features.input implemented as an array of supported inputs.
Returns: ['text','button','checkbox','number','color','date','datetime','time',..]
For an easy way to check if the browser supports advanced html5 input types like:

  • color
  • date
  • datetime
  • datetime-local
  • email
  • month
  • number
  • range
  • search
  • tel
  • time
  • url
  • week

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@DimitarChristoff
Copy link
Member

you could use modernizr or has.js.

On Saturday, June 27, 2015, Sebastiaan notifications@github.com wrote:

I would very much like to see Browser.Features.input implemented as an
array of supported inputs.
Returns:
['text','button','checkbox','number','color','date','datetime','time',..]
For an easy way to check if the browser supports advanced html5 input
types like:

  • color
  • date
  • datetime
  • datetime-local
  • email
  • month
  • number
  • range
  • search
  • tel
  • time
  • url
  • week


Reply to this email directly or view it on GitHub
#2725.

Dimitar Christoff

"JavaScript is to JAVA what hamster is to ham"
@D_mitar - https://github.com/DimitarChristoff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@DimitarChristoff @sebstyle and others