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