Commit Graph
9 Commits
Author SHA1 Message Date
Luke 8936191f2e feat(web/input): allow select to be cleared 2023-01-09 14:34:41 +01:00
Luke c88ed6b299 refactor(web/input): default select to first option 2023-01-09 14:32:11 +01:00
Luke f6e2d54bdb refactor(web/input): select backwards compat with no label 2023-01-08 11:50:44 +01:00
Luke d5a9a3fb90 feat(web/input): required fields 2023-01-08 11:40:35 +01:00
Luke d0811be0ce refactor(web/input): use form control instead of controlled state 2023-01-03 18:55:02 +01:00
Luke c419474969 refactor(web/input): input dialog mantine rewrite 2022-12-16 15:00:01 +01:00
Luke abff60d4ed fix(web): fix values persisting across input dialogs opened quickly 2022-12-16 09:40:28 +01:00
Luke 7cde7e0581 fix(web/input): ensure select rerender between dialogs
If opening another input dialog with select in the same row it would cause the value to be the same as the previous one as there was no rerender being forced because their keys were the same
2022-11-19 12:11:02 +01:00
Luke 8ad04de0bc refactor(web/input): move field components into fields folder 2022-10-27 14:22:15 +02:00