Hi, thanks for the very good add-on. I'm experimenting with some complex f

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).

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.

Hey, thanks for the feedback. That’s a strange bug. If it doesn’t happen with a “normal” ComboBox, then it might be the add-on, or your app. What version of Vaadin are you using? The last version of the add-on supports only v14 and later.

I also reproduced the bug on your public demo at https://alejandro.app.fi/crud-ui-demo/simple, so I think it’s a problem of the add on. Normal combo seems to be ok.
Regards

The demo seems to be working for me.
EDIT: You are right. There seems to be a bug. Can you open the issue on GitHub. You’ll find a link in the Links section. Thanks.

Ok,

we opened the issue #78

https://github.com/alejandro-du/crudui/issues/78

Thanks a lot.