beakid

Results 6 comments of beakid

> You can fix it with these: > > ``` > var lpicker = new Litepicker({ > element: '.lite-picker', > }).on('show', function (el) { > if (lpicker.ui.offsetLeft + lpicker.ui.offsetWidth >=...

I'm also getting this error ( "self[key][self._current_lang] = value" ), but can't find the 0.7.2 version of mongokit anymore so I can't verify if it's working with that version. @vied12...

Having the same issue. Ping @fymmot

Any chance anyone can have a look at this? @fymmot

FYI @syradar and @ArnoMandersTfe : I managed to solve this in my Vue app by setting the labels prop manually like this: Template: ```

Came here to say the same! 👍 EDIT: A temporary solution is to add ` #__svg__icons__dom__ { display: none; } ` to your css file.