diff options
Diffstat (limited to 'src/components/Form/Input')
| -rw-r--r-- | src/components/Form/Input/Input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Form/Input/Input.tsx b/src/components/Form/Input/Input.tsx index 16cb854..986ea63 100644 --- a/src/components/Form/Input/Input.tsx +++ b/src/components/Form/Input/Input.tsx @@ -1,7 +1,7 @@ import { ChangeEvent, ForwardedRef, forwardRef, SetStateAction } from 'react'; import styles from '../Form.module.scss'; -type InputType = 'text' | 'number' | 'search'; +type InputType = 'text' | 'email' | 'number' | 'search'; const Input = ( { |
