-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add numeric input widget #6173
Milestone
Comments
There is some WIP code here: It already works but the design doesn't look right. |
@herm If you'd like to submit a PR, we would be happy to help you iterate on the development. |
3 tasks
herm
added a commit
to herm/bokeh
that referenced
this issue
Nov 3, 2017
herm
added a commit
to herm/bokeh
that referenced
this issue
Nov 3, 2017
This was added in PR #8678. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the only way I could find to input numbers directly is by using sliders. However if the range is quite large or you require high precision this is impractical. Currently I'm using a TextInput and casting, but a new widget which accepts numbers without casting would be useful. This could translate to
<input type="number">
in HTML.The text was updated successfully, but these errors were encountered: