forked from streamlit/streamlit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite number input to fix float/int issue (streamlit#717)
* Fix NumberInput changing types on submit * Use separate float/int data for number_input * Separate value from formatting * Use has_min and has_max in number_input * Use double instead of float to support large numbers on number_input
- Loading branch information
Showing
9 changed files
with
239 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+557 Bytes
(130%)
frontend/cypress/snapshots/linux/2x/number_input.spec.ts/number_input0.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.