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

Add numeric input widget #6173

Closed
herm opened this issue Apr 20, 2017 · 4 comments · Fixed by #8678
Closed

Add numeric input widget #6173

herm opened this issue Apr 20, 2017 · 4 comments · Fixed by #8678

Comments

@herm
Copy link
Contributor

herm commented Apr 20, 2017

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.

@herm
Copy link
Contributor Author

herm commented Apr 28, 2017

There is some WIP code here:
https://github.com/herm/bokeh/tree/number_input

It already works but the design doesn't look right.

@bryevdv
Copy link
Member

bryevdv commented May 1, 2017

@herm If you'd like to submit a PR, we would be happy to help you iterate on the development.

@mattpap
Copy link
Contributor

mattpap commented Mar 9, 2019

This was added in PR #8678.

Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.