email-input-with-auto-complete
v1.0.0
Published
Customizable email input with auto complete for React.js
Downloads
1
Readme
email-input-with-auto-complete
Customizable email input with auto complete for React.js
Features
- configurable via
prop
s
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)} />