Commit graph

22 commits

Author SHA1 Message Date
722d55106b
feat: set children as [int]any 2025-08-01 22:07:39 +02:00
27b7cb63ed
feat: add meta and children in form.ErrorsTree() 2025-08-01 21:11:47 +02:00
b4ec7c6178
feat: add ErrorsTree() on form and field 2025-08-01 19:41:40 +02:00
781fd04ffb
fix(input/choice): add specific validation func 2025-07-29 13:49:46 +02:00
dc6db954ed
fix(input/choice): add specific validation func 2025-07-29 13:45:36 +02:00
f9064c1899
fix(form): replace existing option in WithOptions 2025-07-29 10:14:43 +02:00
33e3a97d07
fix(choice): fix Match when field data is nil 2025-07-27 14:33:18 +02:00
eb85de0376
feat(form): add default options 2025-07-27 14:32:54 +02:00
e48e850fa3
refactor: remove field.f.PrepareView 2025-07-27 12:34:49 +02:00
0cd313f110
feat: add boostrap5 theme
feat: replace map[string]string with form.Attr in options
2025-07-26 19:48:15 +02:00
960d9175b1
feat: replace templates with components 2025-07-26 12:48:04 +02:00
409de8774d
doc: add comments on functions and methods 2025-07-20 19:35:38 +02:00
9eb92475ce
add licence 2025-07-20 19:27:54 +02:00
25a533b110
doc: add comments on functions and methods 2025-07-20 19:20:44 +02:00
2cee3a1f92
feat(field): add IsFixedName property and WithFixedName method 2025-07-20 15:24:03 +02:00
36b80e1e20
feat(field/choice): add empty_choice_label default value 2025-07-20 15:23:38 +02:00
bab37183eb
feat: add field (hidden) 2025-07-20 15:23:15 +02:00
287acfc4d2
feat: add csrf input 2025-07-20 15:21:46 +02:00
b7c2ddeebf
feat: add fields (choice, checkbox, date)
feat: replace json encoding with mapstructure

feat: improve notblank constraint

feat: add mail contraint

feat: add template for fields
2025-07-17 23:11:36 +02:00
cef8567ad3
feat: add data binding
feat: add help
2025-07-16 22:37:15 +02:00
3894fb31e9
feat: improve form rendering 2025-07-16 19:04:31 +02:00
d735f6e472
init 2025-07-16 16:43:26 +02:00