Type alias FormFieldFloat
FormFieldFloat: AbstractFormField<"float", number> & { max?: number; min?: number; placeholder?: string; step?: number; } Type declaration
Optional
max?: number
Optional
min?: number
Optional
placeholder?: string
Optional
step?: number
The user can use the arrow keys to increase or decrease the value by that step amount.