Package Exports
- input-core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (input-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Set of input tools for formatting
This project allow to create mask input easily. In real world you often need to create input for credit card, phone number or birthday date etc. Each of this usecases require to input value with some formatting (for example 0000-0000-000-0000 for credit card) and with static length. This project is going to help you.
Watch demo: http://xnimorz.github.io/masked-input/
See all components at https://github.com/xnimorz/masked-input
input-core
If you want to use only core, without input decorators:
npm install --save input-coreContributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request
Changelog
0.1.1 Fix bug with removing static symbol
0.1.0 First publish
TODO
- Cover all input-core with unit tests
- Dynamically change props in demo page
License
MIT