We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users have expressed that using the slider to get a specific number (e.g. a specific grid size value) can be frustrating.
Having a typeable input that has up/down arrows (a HTML <input type="number" />) next to the slider input should fix this issue.
<input type="number" />
The text was updated successfully, but these errors were encountered:
To make the slider more usable, we should also add tick marks important intervals
Sorry, something went wrong.
No branches or pull requests
Users have expressed that using the slider to get a specific number (e.g. a specific grid size value) can be frustrating.
Having a typeable input that has up/down arrows (a HTML
<input type="number" />
) next to the slider input should fix this issue.The text was updated successfully, but these errors were encountered: