InputMask - Vaadin Add-on Directory
Component Extension to mask inputs.InputMask its a wrapper for the Input Mask javascript plugin that allows the developer to mask Vaddin components with ease.
Can be used on TextField, TextArea, InputDate, Combobox, and pretty much any Vaadin component that has a text input.
# Default masking definitions
- `9` : numeric
- `a` : alphabetical
- `*` : alphanumeric
Source CodeIssue Tracker
Input Mask javascrit plugin
Online Demo
InputMask version 1.0.1
* Fixed issue where InputMask was preventing vaadin events from triggering.
* Added the options 'integerDigits' and 'integerOptional' for numeric masks.