Lubomír Blažek

Results 39 comments of Lubomír Blažek

yeah looking at it now, that's a good workaround, thanks!

@ije now this is not working again https://cdn.esm.sh/v52/[email protected]/es2021/js/i18n/locales/cs.js works https://cdn.esm.sh/v52/[email protected]/es2021/locales/cs.js doesn't work So basically what worked doesn't work now. And what didn't work, works now 😄

This kind of relates to https://github.com/brianvoe/slim-select/issues/127, I think adding deselect icons in the the dropdown to each option is not so necessary. Don't know how hard it would be, but...

This could be also achieved manually with `beforeOnChange` event to count the selected options and `set` method to deselect all values on click event. And if #135 will be merged,...

Here is my quick solution, if someone needs ``` var observer = new MutationObserver(function(mutationsList, observer){ for(let mutation of mutationsList) { if (mutation.type === 'attributes') { if (mutation.target.style.cssText.match(/translateY\((.*)\)/g)[0].replace(/\D/g, "") > 0)...

it worked for me, but there was a big delay between floated and not floated state so I've decided to use mutation observer instead

We had problems with allow_url_fopen that was set false with our hosting provider, I resolved this by loading the json files via javascript on frontend ``` function loadJSON(url){ return JSON.stringify(Promise.resolve($.getJSON(url)));...

there is one problem described - http://forums.bistudio.com/showthread.php?184842-RHS-Escalation-(AFRF-and-USAF)-Release-0-3-0&p=2804819&viewfull=1#post2804819

also no radio should have some extra config for rhs, now everyone is speaking russian