Oleksandr Panchenko

Results 3 comments of Oleksandr Panchenko

My previous workaround with `showDropdown` and `hideDropdown` is bad: native select could stay open on iPad2. Also it leaves focus on last select. Better way to use `select` method: ```...

I've created template for Sass which can help with this issue and published as a [gist](https://gist.github.com/panych/b83287549f77535c08e8878a2c9e9e33). Code based on @vincentbernat solution.

I think this issue can be closed. In my particular case I've used `move` event to find out where items are placed right now and then do other staff based...