Is it possible in Vaadin 8 combobox handle before(!) dropdown event?
Actually, I need to implement DataProvider
that would re-read data each time when a user tries to select data from the combobox (adding new items are not allowed). CallbackDataProvider
, FetchItemsCallback
etc. are not an option cause they read data only once.
Any ideas?