hihahihahoho

Results 2 comments of hihahihahoho

For v2 ``` [].forEach.call(document.querySelectorAll('.lite-picker'), function (el, i, a) { lpicker = new Litepicker({ element: el }); lpicker.ui.setAttribute('id', `litepicker-${i}`) }); ```

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