0.2.4 • Published 6 years ago

email-autocomplete-input v0.2.4

Weekly downloads
22
License
MIT
Repository
-
Last release
6 years ago

Email Autocomplete Input

Bult using mobx, and react

Play with it here!

Installation

yarn add email-autocomplete-input or npm i -S email-autocomplete-input

Usage

import EmailAutocompleteInput from 'email-autocomplete-input'
import { render } from 'react-dom'
import { observable } from 'mobx'

const email = observable('')

render(
  <EmailAutocompleteInput value={email} onChange={value => email.set(value)} />,
  document.body
)

Props

PropsDescription
validateThis will highlight the input with a red, yellow, or green border if the email is valid.
domainsThis will add additional domains to the autocomplete.
0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago