RE: TextField setPropertyDataSource replacement

Hi,

the data binding system in Vaadin 8 is quite different. You’ll need to use Binder. See this chapter in the docs:
https://vaadin.com/docs/-/part/framework/datamodel/datamodel-forms.html

-Olli

In Vaadin 7, TextField has one method - setPropertyDataSource(Label). I cannot figure out its replacement in Vaadin 8.

Thank you in advance.

James