Masked Textfield

Hi,
Does anyone know how to have a Textfield with a mask (##-###-###, ie) for input and output? The addons I found no longer work in Vaadin 8.1.4 (my current version).

Kind Regards,

Juan Martin

You could try updating the add-on version to 8 from the sources. It might be as simple as changing the version number.

-Olli

There’s also this new add-on in the directory, added just a couple of days ago;
InputMask
. I haven’t tested it myself yet, but it says it supports Vaadin 8, and seems promising.
-Katri