go-form/form
Simon Vieille 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
..
field.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
field_checkbox.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
field_choice.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
field_input.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
field_input_date.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
field_subform.go init 2025-07-16 16:43:26 +02:00
field_textarea.go feat: improve form rendering 2025-07-16 19:04:31 +02:00
form.go feat: add fields (choice, checkbox, date) 2025-07-17 23:11:36 +02:00
option.go feat: add data binding 2025-07-16 22:37:15 +02:00