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

Enable to set custom converter in FormFactory #68

Closed juanfranciscolopez28 closed 4 years ago

juanfranciscolopez28 commented 4 years ago

Enable to set custom convertert in FormFactory.

formFactory.setConverter("fieldName", new StringToBigDecimalCustomConverter("Number error"));

alejandro-du commented 4 years ago

Thanks a lot for taking the time to fix this.