element | string | (optional) define what HTML element should be used. Defaults to <form> . |
no_form | boolean | (optional) if set to true , then a div HTML element will be used instead of form . Defaults to false . |
prevent_submit | boolean | (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 | string | (optional) Send along a different locale to all nested components. |
disabled | boolean | (optional) if set to true , every component inside will be disabled. Defaults to false . |
skeleton | boolean | (optional) if set to true , it enables skeleton for nested components. Defaults to false . |
FormRow | Various | (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 | string object | (optional) Spacing properties like top or bottom are supported. |