1.0.0 • Published 5 years ago

email-input-with-auto-complete v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
5 years ago

email-input-with-auto-complete

Customizable email input with auto complete for React.js

Features

  • configurable via props

Installation

npm install --save email-input-with-auto-complete

Usage

import:

import EmailInputWithAutoComplete from "email-input-with-auto-complete";

and use as:

<EmailInputWithAutoComplete domains={domains} onChange={(value) => this.setValues(value)} />

Demo

Edit react-dropdown-select

License

MIT