Skip to content

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

PropertyDescriptionTypeDefaultVersion
stringThe text to display next to the spinner.string--
attrsA dictionary of attributes to apply to the spinner.object--