[#7646] fixed number field min/max input value normalization

This commit is contained in:
Gani Georgiev
2026-04-19 15:27:13 +03:00
parent 61ce760e0f
commit ba554b8470
6 changed files with 24 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
## v0.37.1 (WIP)
## v0.37.1
- Minor UI fixes:
- Minor UI bugfixes:
- Fixed `number` field min/max input value normalization ([#7646](https://github.com/pocketbase/pocketbase/issues/7646)).
- Allow opening collections in new tab on middle click.
- Show collection name in the page title on initial load.