Skip to main content

DynamicForm

Function DynamicForm 

Source
pub fn DynamicForm(props: DynamicFormProps) -> impl IntoView
Expand description

Renders a form from a list of FormFields, maintaining the collected values as a JSON object. Emits the object through on_change on every edit and, when an on_submit callback is provided, shows a submit button labelled submit_label.

§Required Props

§Optional Props