Tomáš Ondruš
Tomáš Ondruš
Hi @fabienlem, Thank you for your idea, unfortunately id doesn't work. I can see `data-ea-allow-clear="false"` using inspector on the select. But clear buttons are still there. I was wondering, where...
Hi, `tom-select` doesn't show clear button in items by default. It must be enabled via plugin `remove_button`. It looks like it is enabled in autocomplete.js using ` if (null !==...
Confirming. I have the same problem. Any workarounds?
Where exactly did you put the delay?
Okay. That works. There is no need to add the delay though. Just use `setTimeout` without second parameter, so that the `setEbPlaceZoomVis` takes place at the end of event loop.