Using this component:
from miniappi.content.v0.forms import DynamicForm
DynamicForm(...)
Attributes
| attribute |
type |
description |
required |
| fields |
array |
None |
True |
| legend |
string |
None |
False |
Suplementary
DatePicker
from miniappi.content.v0.forms.dynamic_form import DatePicker
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| type |
string |
None |
True |
Email
from miniappi.content.v0.forms.dynamic_form import Email
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| type |
string |
None |
True |
from miniappi.content.v0.forms.dynamic_form import InputNumber
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| type |
string |
None |
True |
InputText
from miniappi.content.v0.forms.dynamic_form import InputText
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| type |
string |
None |
True |
Password
from miniappi.content.v0.forms.dynamic_form import Password
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| type |
string |
None |
True |
Rating
from miniappi.content.v0.forms.dynamic_form import Rating
| attribute |
type |
description |
required |
| groupId |
string |
None |
False |
| label |
string |
None |
True |
| name |
string |
None |
True |
| required |
boolean |
None |
False |
| stars |
number |
None |
False |
| type |
string |
None |
True |