Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-tel-input

React component for entering and validating international telephone numbers - modified. Removed LESS dependency

react-component, react-telephone-input, international-telephone-input, react

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
  • ...