Commit graph

36 commits

Author SHA1 Message Date
e108422b04
update changelog v1.1.0 2025-07-27 13:34:47 +02:00
c30aa832a2
update changelog 2025-07-27 13:33:44 +02:00
c41f44bf28
refactor(bootstrap): optimize class customization 2025-07-27 12:43:21 +02:00
e48e850fa3
refactor: remove field.f.PrepareView 2025-07-27 12:34:49 +02:00
924e74cb58
Merge branch 'feature/template-gomponents' into develop 2025-07-26 22:34:21 +02:00
9cc9020005
feat: add go template functions 2025-07-26 22:34:12 +02:00
ba25a987f6
update changelog 2025-07-26 21:32:22 +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
e6c2bfad36
update changelog 2025-07-23 08:43:41 +02:00
3fa0268323
refactor: refactor constraint (not blank check) 2025-07-22 21:10:58 +02:00
0ad15cc717
feat: add constraints (isodd, iseven) 2025-07-22 21:10:33 +02:00
1166579b2a
update changelog v1.0.1 2025-07-20 19:36:25 +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
262a742cda
add licence 2025-07-20 19:24:58 +02:00
25a533b110
doc: add comments on functions and methods 2025-07-20 19:20:44 +02:00
3abe533301
doc: add submit btn 2025-07-20 18:40:41 +02:00
fbb3c65802
doc: update example form configuration v1.0.0 2025-07-20 15:57:49 +02:00
9d795cd58a
doc: add changelog 2025-07-20 15:57:05 +02:00
e38f058058
doc: update readme 2025-07-20 15:53:18 +02:00
290caeb97f
doc: add readme 2025-07-20 15:52:44 +02:00
349f073560
doc: improve example 2025-07-20 15:25:32 +02:00
d284844be5
feat(validation/notblank): improve validation and messages 2025-07-20 15:24:45 +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
72be88a928
feat: improve templates 2025-07-20 15:22:49 +02:00
f533cd60d5
feat: improve templates 2025-07-20 15:22:42 +02:00
1f232437db
feat: add boostrap5 theme 2025-07-20 15:22:00 +02:00
287acfc4d2
feat: add csrf input 2025-07-20 15:21:46 +02:00
f2abb43261
feat: add constraints (length, range, regex) 2025-07-20 15:21:30 +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