mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
fix(FormField): add help to aria-describedby attribute (#3691)
This commit is contained in:
@@ -84,6 +84,7 @@ export interface FormFieldInjectedOptions<T> {
|
||||
errorPattern?: RegExp
|
||||
hint?: string
|
||||
description?: string
|
||||
help?: string
|
||||
ariaId: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user