@vaadin-component-factory/vcf-masked-text-field
v0.1.7
Published
Web Component with a text input that provides a panel of suggested options.
Downloads
26
Readme
<vcf-masked-text-field>
This is the npm version vcf-masked-text-field
Installation
Install vcf-masked-text-field
:
npm i @vaadin-component-factory/vcf-masked-text-field --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-masked-text-field';
Add <vcf-masked-text-field>
to the page.(please refer to both vaadin-text-field and imaskjs documentation)
<vcf-masked-text-field id="demo1"> </vcf-masked-text-field>
Running demo
Fork the
vcf-masked-text-field
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-masked-text-field
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Apache License 2