feat: abstracts input from text component
This commit is contained in:
@@ -99,8 +99,6 @@ export type TextField = FieldBase & {
|
||||
placeholder?: string
|
||||
autoComplete?: string
|
||||
}
|
||||
value?: string
|
||||
onChange?: (value: string) => void
|
||||
}
|
||||
|
||||
export type EmailField = FieldBase & {
|
||||
|
||||
Reference in New Issue
Block a user