This component is returned by
useForm().Example
form-number-input-dialog.tsx
Props
string
required
The label of the input field.
string
required
The path to the
number value of the input field in your form schema.e.g. "age", "shipping.cost"string
An optional placeholder text for your input.
boolean
Whether or not the field should be disabled.Defaults to
false (not disabled).