Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
ember-mask-input
Advanced tools
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.
cd your-project-directory
ember install ember-mask-input
You can pass your value as value
parameter and custom mask type as mask
parameter.
{{ember-mask-input value='1234123443214321' mask='0000.0000.0000.0000' }}
You can handle actions as onUpdate
parameter.
{{ember-mask-input value='1234123443214321' mask='0000.0000.0000.0000' onUpdate=(action 'myMaskAction') }}
You can use default maskType
parameters which are iban
, phone-no
, credit-card
.
{{ember-mask-input value='TR625373458726249832302426' maskType='iban' }}
You can bind masked value by setting bindMasked
parameter to true
.
{{ember-mask-input value='TR62 5373 4587 2624 9832 3024 26' maskType='iban' bindMasked=true }}
Checkout live examples at ember-mask-input demo page
This project is licensed under the MIT License.
FAQs
Ember input component that uses jquery-mask-plugin
The npm package ember-mask-input receives a total of 174 weekly downloads. As such, ember-mask-input popularity was classified as not popular.
We found that ember-mask-input demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.