ember-mask-input is an addon that enables you creating masked text inputs in your Ember.js application. jquery-mask-plugin is used in background.
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
cd your-project-directory
ember install ember-mask-input
You can pass your value as value
parameter and custom mask type as mask
parameter.
You can handle actions as onUpdate
parameter.
You can use default maskType
parameters which are iban
, phone-no
, credit-card
.
You can bind masked value by setting bindMasked
parameter to true
.
Checkout live examples at ember-mask-input demo page
This project is licensed under the MIT License.