4.0.5 • Published 8 years ago

react-telephone-input-simple v4.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

Simple react telephone input

This is a simplified fork of https://github.com/mukeshsoni/react-telephone-input.

$ npm install react-telephone-input-simple
var ReactTelInput = require('react-telephone-input-simple');
React.render(<ReactTelInput
                defaultCountry="in"
                autoFocus="true"
                placeholder="1 (415) 992-5555"
                onChange={handleInputChange}/>
                onBlur={handleInputBlur}
                document.getElementById('my-container'));

Features

  • Automatically format the number as the user types
  • Typing a different dial code will automatically update the displayed flag

You can try the app by downloading everything and running the commands given below -

$ npm install
$ npm start

go to your browser and type `http://localhost:8000`
4.0.5

8 years ago

4.0.4

8 years ago

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.4.6

8 years ago