Jiri Slivarich

Results 20 comments of Jiri Slivarich

Dear @yuriy-fix I am not sure, as I would have to manage the exact order of items (put the ones that should stay visible as last). It could the job...

Hello, yes I've seen that and it's great. The only issue I see in is that the overflow menu remains on right side. It would be great if there is...

Hello, Wouldn't it be better to have the overflow menu on the other side of menu? If you colapse the leftmost items to the overflow menu that is on the...

Hi @rolfsmeds, I guess we discussed this feature in Frankfurt on Vaadin event 🙂 My opinion in this is: put the overflow menu on that side from which you "remove"...

Hi @gatanaso, I am attaching a Java file - actually it's kind of wrapper - because we need values of the filed to be in list not in set. Whenever...

Hi @gatanaso, I did some research and I found following. There is `private static Set presentationToModel` method in MultiselectComboBox. HashSet implementation which is used doesn't keep the order of items...

Hi @gatanaso this is the most simplified version of the usage I can create :) The MultiComboBoxField must be preserved as it behaves as wrapper SetList. [https://github.com/lipisak/multiselectcombo-vaadin14-minimalRunnable ](https://github.com/lipisak/multiselectcombo-vaadin14-minimalRunnable) This project...

Guess it doesn't matter in my example if you set ordered true or not (on my wrapper which passes the value to your component). The items are incorrectly set anyway...

This is exactly the example I should provide you :-D It would be very helpful for us, if this feature would be possible. We use it for months, days, etc....

Hi @gatanaso, If you guide me some way we can create pull request for this, but I am not sure, what should be changed. J