alejandro-du / crudui

Automatically generate CRUD-like Vaadin views for any Java Bean
https://vaadin.com/directory#!addon/crud-ui-add-on
Apache License 2.0
86 stars 54 forks source link

TextArea #38

Closed alabotski closed 5 years ago

alabotski commented 5 years ago

How I can use TextArea instead of TextFiled?

alabotski commented 5 years ago
    defaultCrudFormFactory.setFieldProvider("test", TextArea::new);

Is it right?

alejandro-du commented 5 years ago

Please try it and let me know if it doesn't work. For questions please use the forum instead of issues: https://vaadin.com/forum/thread/14437640/16970139