Combobox memory

Hello Vaadin community,

I have an issue with a combobox. Let’s imagine I select a value at first in the list. Then, I load an empty list in the combobox and I use the .setValue(null) method. So there is no selected item in the combobox and no item in the list. But now, if I click on the rigth button of the combobox, the item I selected at the beginning is displayed.

May be it is a problem of buffer associated with the combobox.

Kevin

Hi,

Just based on your explanation, that does sound like a bug. If you could make a ticket with a small test-case (code) that exhibits the problem, that would be great.

Thanks,
Marc