mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
feat(FormField): set aria-describedby and aria-invalid attributes (#3123)
This commit is contained in:
@@ -83,6 +83,9 @@ export interface FormFieldInjectedOptions<T> {
|
||||
eagerValidation?: boolean
|
||||
validateOnInputDelay?: number
|
||||
errorPattern?: RegExp
|
||||
hint?: string
|
||||
description?: string
|
||||
ariaId: string
|
||||
}
|
||||
|
||||
export interface ValidateReturnSchema<T> {
|
||||
|
||||
Reference in New Issue
Block a user