vaadin 8 textfied no validator ?

hello,

i am trying to migrate code in vaadin 8.
but im suprized that some methods are not available in the new textfield

Such as :

addValidator()
validate()

will it be featured in future or what should we use instead ?

Hi,

you could use a Binder. See an example at
https://vaadin.com/framework/whatsnew
section 7.

Hope this helps,

Olli