Goran

Results 16 comments of Goran

Hi @AjayDhimanELS, You can try the following way of loading `Delta`: ``` import ReactQuill, { Quill } from 'react-quill'; const Delta = Quill.import('delta'); ``` BR

Hi @jstueckrath, Thanks for the proposal and for the detailed description. Yes I do see that having a "select all" item could be a nice way to achieve this (same...

Hi @lipisak, It could be related to the caption generator, but I can't say for certain. The "ordered" example in the demo https://multiselect-combo-box-flow.herokuapp.com seems to be working okay. Any chance...

Hi @lipisak and thanks for sharing the file. Unfortunately I can't really run or use that to see how it behaves, as it's missing other internal classes from your project....

Hi @lipisak, Yeah, though the `ordered` demo from https://multiselect-combo-box-flow.herokuapp.com works perfectly fine without any issues, even with the current presentation to model behavior and the sorting being done on the...

Oh, I think I've understood the issue wrongly from the beginning 😄 Yes, you are right. If you use set ordered, the selected items will be sorted alphabetically on the...

Just to clarify one more time. Your use case is such that the selected items (tokens/chips) always need to be sorted based on how they appear in the drop-down list,...

Thanks, I will have to think about it as well. Not sure what would be the best approach. I am open to suggestions in case you have any :)

Hi @lipisak, One way you can temporarily work around this limitation, is by overriding the client side sorting: ``` MultiselectComboBox multiselectComboBox = new MultiselectComboBox(); multiselectComboBox.setItems("Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday",...

Hi and thanks for opening this issue. I've just published the initial version of the component that should be compatible with Vaadin 22+ and uses the latest version of the...