Input Mask Add-on
Vaadin Flow integration of imaskjs library.
Description
Input Mask component integrates imaskjs library to allows to add an input mask to a Vaadin Flow component like TextField or DatePicker.
Sponsored development
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: Support and Pricing.
Sample code
TextField phoneField = new TextField("Phone"); new InputMask("(000) 000-0000").extend(phoneField);
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Bug fixes:
Fix regression bug when synchronizing server value
- Released
- 2023-09-12
- Maturity
- TESTED
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 23
- Vaadin 24
- Vaadin 14 in 1.0.2
- Browser
- N/A
Input Mask Add-on - Vaadin Add-on Directory
Vaadin Flow integration of imaskjs library.##### Description
Input Mask component integrates [imaskjs library](https://www.npmjs.com/package/imask) to allows to add an input mask to a Vaadin Flow component like TextField or DatePicker.
##### Sponsored development
Major pieces of development of this add-on has been sponsored by multiple customers of Vaadin. Read more about Expert on Demand at: [Support](https://vaadin.com/solutions/support) and [Pricing](https://vaadin.com/pricing).