Note
This component is only intended for use with bootstrap.ts.
- This component is built upon the Slide.preset component.
- It can render controls based on its configuration:
- InputText (type="text")
- InputText (type="number")
- CheckboxBlock (type="checkbox")
- It supports various types of inputs that can be configured within defineConfig, such as type="date."
- It handles all controls and sets their values to the formState via FORM_STATE_TOKEN.
- It supports restoring values from the formState even when a control has been destroyed.
All available props see in form.preset.props.ts