prevent resetting number inputs with leading 0 while still typing

This commit is contained in:
Gani Georgiev
2026-07-17 22:00:08 +03:00
parent 6aa6b2c471
commit 09af56b342
11 changed files with 64 additions and 12 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
## v0.39.8 (WIP)
- Properly reset JSVM global `$app` state overwrite so that pooled executors always get a clean state.
- Properly reset JSVM global `$app` overwrite so that pooled executors always get a clean state.
- Minor UI improvements:
- prevent resetting number inputs with leading 0 while still typing (normalized in `onchange`)
-
- Bumped `golang.org/x/*` indirect dependencies as there are some minor security fixes.