apply the save shortcut only for the top open modal

This commit is contained in:
Gani Georgiev
2026-06-08 15:57:37 +03:00
parent aa7be1edd1
commit f58a65e4be
12 changed files with 38 additions and 16 deletions
+2
View File
@@ -2,6 +2,8 @@
- Fixed JS error on `file` settings `maxSelect` change ([#7731](https://github.com/pocketbase/pocketbase/issues/7731)).
- Apply the `Ctrl+S` record panel save shortcut only for the current top open modal.
- Fixed `number` settings validator to not ignore 0 `max` values.
- Normalized field settings validation error messages and tooltips.