mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
fix(Form): match error-pattern on input validation (#2606)
This commit is contained in:
@@ -82,6 +82,7 @@ export interface FormFieldInjectedOptions<T> {
|
||||
error?: string | boolean
|
||||
eagerValidation?: boolean
|
||||
validateOnInputDelay?: number
|
||||
errorPattern?: RegExp
|
||||
}
|
||||
|
||||
export class FormValidationException extends Error {
|
||||
|
||||
Reference in New Issue
Block a user