Add name to FormFieldProps
parent
68fa947faf
commit
a7679da0af
|
@ -80,6 +80,10 @@ export interface FormFieldResolverOptions {
|
|||
* Defines valid properties in Form component.
|
||||
*/
|
||||
export interface FormFieldProps {
|
||||
/**
|
||||
* The name of the form field.
|
||||
*/
|
||||
name?: string | undefined;
|
||||
/**
|
||||
* A function that resolves validation logic.
|
||||
* @param {FormResolverOptions} e - Resolver options
|
||||
|
|
Loading…
Reference in New Issue