Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Input Mask for Phone number field howto ?
I have a textfield for a phone number.
How do I set the input mask for this textfield to say (###) ###-####
so that user can enter like (918) 898-9999 ??
See for example with javascript http://www.xaprb.com/html-input-mask/html-form-input-mask.html
And see GWT forums http://www.extjs.com/forum/showthread.php?t=60916
This could be done as an own component. If there are any done GWT-only widgets then you could wrap these to Vaadin widgets quite easily. Only change I'd make would be make it extend Vaadin TextField instead of GWT TextBox.