fix validation errors

This commit is contained in:
2025-03-18 12:50:56 +03:00
parent d93e4d163f
commit 9d3a76b1f5
2 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
- fixed not erasing inputs while loading empty values (with checkboxes, radiobuttons);
- +number input validation
- fix validation errors (2025-03-18);
##### changes
- redesign work with db (open connection only when action performed) (2024-03-03);