jquery-selectBox icon indicating copy to clipboard operation
jquery-selectBox copied to clipboard

hideOnWindowScroll doesn't work

Open NordlingDev opened this issue 11 years ago • 0 comments

This setting does not work. I've set it to false and yet when I scroll the window, it will hide itself.

This is my code: $('select').selectBox({ mobile: true, menuTransition: 'default', hideOnWindowScroll: false });

I've tested this on my phone with Dolphin Browser and Chrome (Android) and on my Mac with Firefox and Chrome.

NordlingDev avatar Jun 08 '14 19:06 NordlingDev