https://github.com/qonto/ember-phone-input
An Ember.js component to handle international phone numbers.
https://github.com/qonto/ember-phone-input
ember ember-addon input phone-number
Last synced: 11 months ago
JSON representation
An Ember.js component to handle international phone numbers.
- Host: GitHub
- URL: https://github.com/qonto/ember-phone-input
- Owner: qonto
- License: mit
- Created: 2018-09-10T12:34:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T05:58:36.000Z (over 1 year ago)
- Last Synced: 2025-06-29T07:04:53.724Z (12 months ago)
- Topics: ember, ember-addon, input, phone-number
- Language: TypeScript
- Homepage:
- Size: 24.2 MB
- Stars: 26
- Watchers: 15
- Forks: 35
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

# ember-phone-input

[](https://emberobserver.com/addons/ember-phone-input)
Easily create phone input. With internationalization and validation in mind.
## Documentation & Usage
See the [documentation](DOCS.md) for details.
## Installation
```
ember install ember-phone-input
```
## Compatibility
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- ember-auto-import v2 or above (ember-phone-input@6 is compatible with previous
versions of ember-auto-import)
- Node.js v18 or above
- TypeScript v5.0 or above
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).