NumberSchemaInputcomponent

NumberSchemaInput({ schema, value, ...props }: NumberSchemaInputProps): ReactElement
ParamType
propsNumberSchemaInputProps
Props for NumberSchemaInput, the NumberSchema input variant. required
Return
ReactElement
A NumberInput element bound to the schema.

Show a NumberInput for a NumberSchema, formatting values with the schema's format().

Examples

<NumberSchemaInput name="age" schema={NUMBER} />