You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Input validation for floats and integers accept embedded underscores, e.g., "1_234_567" is valid. https://github.com/Textualize/textual/pull/4784
14
+
15
+
### Changed
16
+
17
+
- Input validation for integers no longer accepts scientific notation like '1.5e2'; must be castable to int. https://github.com/Textualize/textual/pull/4784
18
+
19
+
### Fixed
20
+
21
+
- Input validation of floats no longer accepts NaN (not a number). https://github.com/Textualize/textual/pull/4784
0 commit comments