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

Number fields are confusing; use input[type=number]/input[type=range] instead of custom sliders #29

Closed
cvan opened this issue Jun 30, 2016 · 1 comment

Comments

@cvan
Copy link
Contributor

cvan commented Jun 30, 2016

image

It took me a good minute or so to discover that by horizontally dragging in a numeric text field that the value changes. It's neat. But wasn't discoverable. Perhaps make that more obvious or require the field to be focussed first (that's what Dev Tools do, anyway). And possibly consider using the native browser ones: input[type=number], input[type=range].

@cvan
Copy link
Contributor Author

cvan commented Jun 30, 2016

With input[type=number]:

image

Which also gives you free up/down keyboard navigation - which is super powerful (and something familiar to those using similar tools).

@cvan cvan changed the title Stepping through numeric values is confusing (consider using input[type=number], input[type=range]) Number fields are confusing; use input[type=number]/input[type=range] instead of custom sliders Jul 7, 2016
ngokevin added a commit to ngokevin/aframe-inspector that referenced this issue Jul 7, 2016
ngokevin added a commit to ngokevin/aframe-inspector that referenced this issue Jul 7, 2016
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

2 participants