feat: abstracts input from text component

This commit is contained in:
Jacob Fletcher
2021-11-29 12:03:28 -05:00
parent bc753951a0
commit 615e3695f2
4 changed files with 121 additions and 74 deletions

View File

@@ -99,8 +99,6 @@ export type TextField = FieldBase & {
placeholder?: string
autoComplete?: string
}
value?: string
onChange?: (value: string) => void
}
export type EmailField = FieldBase & {