Przemek Maszczynski
Przemek Maszczynski
@tuckergordon You can add custom css class to the cluster icon listening to `spiderfied` event (and remove it on `unspiderfied`), like so: ```event.cluster._icon.classList.add('leaflet-marker-spiderfied');```
I found this thread finally! Was trying to wrap my head around this issue in the span of the last couple of weeks. My (somewhat silly) workaround is to disable...
Sorry, true that. That's my local variable in webpack.l config `const isWebpackServing = !!~process.argv.indexOf('serve');` but you can check either mode in which webpack is working or environment.
_meanwhile_ ...Shouldn't it be closed?
+1 `Uncaught (in promise) TypeError: Cannot set property '__draggable_context' of null` I get this when creating new item on the list. Thanks for the workaround of using a html tag...
I think you've misunderstood me a bit. My intention was not to add the show/hide toggle to every password icon, but to add wrapper which would take over the input's...
Hi man, no worries. I don't recall precisely but there's a discussion we did some time ago :) https://github.com/JosephusPaye/Keen-UI/issues/488
You can't select months because this check fails: ` const outsideYearRange = firstDayOfNextMonth.getFullYear() > sortedYearRange[sortedYearRange.length - 1]; `. Previous array element is bigger then the current, so it is always...
I experience it as well, I think it has to do with the fact that I'm using Vue3 migration build. However, even if I set ``` export default { ......