Create Form
API Reference
AutoCreateForm
can be used to create an automated form based from a Request DTO definition:
By default Auto Forms are rendered in a Slide Over dialog, alternatively they can be rendered in a traditional inline Form with
FormStyle.Card
, e.g:
Edit Form
API Reference
AutoEditForm
can be used to render an automated form based to update and delete an
AutoQuery CRUD API.
The same form rendered in a traditional inline form with FormStyle.Card
:
The forms behavior and appearance is further customizable with the API annotation, declarative validation and the custom Field and Input attributes, e.g:
Form Fields
API Reference
For more advanced customization on a Forms appearance and behavior, you can use AutoFormFields
to just render the Form's fields including
Validation binding that you can then use to populate and send a custom Request DTO, e.g: