I'm looking for a solution for my problem with TextField. I need add masks on my textfields but I don't know how do this....I did try use MaskedTextField addon but I think that does not work on vaadin7.
I need masks: uppercase text, phone numbers, postal code, date and money values.
Any idea ?
thanks
I'm not sure what exactly you mean by Masks, but you could just add your own Validator
implementation to the field.
If you need client side validation and even want to prevent invalid input, the CSValidation add-on might be what you are looking for.