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

Elements disappear in the autogenerated combo boxes #78

Closed space closed 3 years ago

space commented 3 years ago

Hi, thanks for the very good add-on.

I'm experimenting with some complex form and I've found an incorrect behavior / a bug (please tell me if this is the right place where to mention it): for all ComboBox in the new/edit form created by your add-on. Some elements in the list of the ComboBox, disappear when the user interacts deleting some characters of the selected element (it's possible because the combo box is an editable field) and then reopen the combo.

Here in attach an image of this behavior directly from your public demo (I discovered the problem on my code but I've been able to reproduce same error also in your demo).

vaadin_crud_editor

Please note that this problem doesn't happen with the normal ComboBox component used in a form created manually (without your component) and filled with a list of values of arbitrary size.

Thank you for response and again for all your contributions.

alejandro-du commented 3 years ago

Cannot reproduce. Maybe a Vaadin issue?