JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10248
  • Score
    100M100P100Q120195F
  • License MIT

Core abilities of masked-input. Usefull to create custom input processors

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-core

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Changelog

0.1.1 Fix bug with removing static symbol

0.1.0 First publish

TODO

  1. Cover all input-core with unit tests
  2. Dynamically change props in demo page

License

MIT