Input Mask Add-on - Vaadin Add-on Directory
Vaadin Flow integration of imaskjs library.Input Mask Add-on version 1.0.0
First release of InputMask component compatible with Vaadin 14.
Input Mask Add-on version 2.0.0
First release of InputMask component compatible with Vaadin 23.
Input Mask Add-on version 1.0.1
#### Bug fixes:
* Cursor position fix for field with lazy false option
Input Mask Add-on version 1.0.2
#### Bug fixes:
* fix cursor behavior on backspace delete with lazy option false
Input Mask Add-on version 2.0.1
Update the version of imask, remove the deprecated usage of lit-element in favor of lit
Input Mask Add-on version 2.0.2
#### Bug fixes:
* Fix server value issue
Input Mask Add-on version 2.0.3
#### Bug fixes:
Fix regression bug when synchronizing server value
Input Mask Add-on version 2.0.4
#### Bug fixes:
* Fix iMask instance value synchronization with server
Input Mask Add-on version 2.1.0
#### New features:
* Allow to bind textfield to unmasked value ([#8](https://github.com/vaadin-component-factory/input-mask/issues/8))
Input Mask Add-on version 2.1.1
#### Bug fixes:
* fix cursor behavior after insert ([#13](https://github.com/vaadin-component-factory/input-mask/issues/13))
Input Mask Add-on version 2.2.0
* Allow masks into vaadin-text-area components.