InputMaskExtension - Vaadin Add-on Directory
Component Extension to mask inputs.InputMaskExtension its a wrapper for the Input Mask 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 javascript plugin