Spinner
v2.35.0
The Spinner component is used to indicate that a part of the form is loading.
<spinner string="Loading..." attrs="{'loading': [('state','=','loading')]}"> <field name="field1" /> <field name="field2" /></spinner>
Loading...
API
Property | Description | Type | Default | Version |
---|---|---|---|---|
string | The text to display next to the spinner. | string | - | - |
attrs | A dictionary of attributes to apply to the spinner. | object | - | - |