element | (optional) define what HTML element should be used. Defaults to <form> . |
no_form | (optional) if set to true , then a div HTML element will be used instead of form . Defaults to false . |
prevent_submit | (optional) if set to true , components inside can't cause a page refresh. The event on_submit will still be triggered. Defaults to false . |
locale | (optional) Send along a different locale to all nested components. |
disabled | (optional) if set to true , every component inside will be disabled. Defaults to false . |
skeleton | (optional) if set to true , it enables skeleton for nested components. Defaults to false . |
FormRow | (optional) Beside the own properties, FormSet can provide the FormRow properties down to FormRow . This works in React-based applications by using the React Context under the hood. |
Space | (optional) spacing properties like top or bottom are supported. |