react-tel-input
v0.1.14
Published
React component for entering and validating international telephone numbers - modified. Removed LESS dependency
Downloads
17
Maintainers
Readme
Reactjs Component for International Telephone Input
All credits to https://github.com/mukeshsoni/react-telephone-input.
Changes
- Using Webpack (gulp removed)
- Removed LESS dependency
- Added callbacks for onFocus and onBlur
- Added possibility to disable Flag's list via props, 'disableFlagsList' bool - .flag-list-disabled will be added to flag element
- ...