mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 17:30:37 +01:00
chore(Form): improve TSDoc (#3619)
This commit is contained in:
@@ -31,7 +31,12 @@ export interface FormFieldProps {
|
||||
*/
|
||||
size?: FormFieldVariants['size']
|
||||
required?: boolean
|
||||
/** If true, validation on input will be active immediately instead of waiting for a blur event. */
|
||||
eagerValidation?: boolean
|
||||
/**
|
||||
* Delay in milliseconds before validating the form on input events.
|
||||
* @defaultValue `300`
|
||||
*/
|
||||
validateOnInputDelay?: number
|
||||
class?: any
|
||||
ui?: Partial<typeof formField.slots>
|
||||
|
||||
Reference in New Issue
Block a user