0.0.2 • Published 1 year ago

react-js-email-input v0.0.2

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

react-email-input

React Email Input provides dropdown having mailserver names and top level domains to pick and help in typing email faster and easier Email Input for ReactJS for better UX

PropTypeDefaultDescription
valuestring""Default value of the input component
onChangeFunctionundefinedonChange handler for the input component
tldsstring[]"com", "net", "org", "in", "uk"top level domains that are shown after user enters "@" in the inupt field
mailsstring[]"gmail", "baidu", "yahoo", "hotmail"mails that are shown after user enters "." in the inupt field
buttonClassNamestring""className for the ListButton component
buttonStyleReact.CSSProperties{}style for the ListButton component
listClassNamestring""className for the List component
listStyleReact.CSSProperties{}style for the List component
...restInputProps{}Rest HTML Input Props excluding type and inputMode
0.0.2

1 year ago

0.0.1

1 year ago