yao/widgets/form
Max 1a1ffabbd8 feat: Add hideLabel option to component and column DSL
Add the hideLabel option to the component and column DSLs. This allows hiding the label for the respective widgets. The hideLabel option is set to true in the component and column DSLs when necessary.
2024-05-23 06:48:12 +08:00
..
action.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
api.go [add] migrate widgets.form 2023-03-25 18:39:16 +08:00
bind.go [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
export.go [add] widget form 2022-09-27 21:08:31 +08:00
fields.go Fix formMap initialization in FieldsDSL 2024-03-23 17:49:05 +08:00
form.go feat: Add hideLabel option to component and column DSL 2024-05-23 06:48:12 +08:00
form_test.go [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
handler.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
layout.go Add icon support to Section and TabsItem components 2024-04-09 11:52:19 +08:00
mapping.go [fix] widget form tab columns bug 2022-12-16 18:05:55 +08:00
process.go [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
process_test.go [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
types.go [add] Form widget processes: load, reload, unload, read and exists. 2024-05-03 17:27:36 +08:00
vaildate.go [add] widget form 2022-09-27 21:08:31 +08:00