You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem still exist, using v1.13.0 and Bootstrap 4.0.0
Using $('.selectpicker').selectpicker('mobile') does not work at all, the selectpicker dismisses the native picker instantly and is BLOCKING the entire select/dropdown.
Using $.fn.selectpicker.Constructor.DEFAULTS.mobile = true; will unblock the menu but will not use the native picker, the user will have a bad website experience instead using the regular desktop picker.
This problem has been discussed for 2 years. Is there any solution to that basic feature and important bug?
The text was updated successfully, but these errors were encountered:
The problem still exist, using v1.13.0 and Bootstrap 4.0.0
Using
$('.selectpicker').selectpicker('mobile')
does not work at all, the selectpicker dismisses the native picker instantly and is BLOCKING the entire select/dropdown.Using
$.fn.selectpicker.Constructor.DEFAULTS.mobile = true;
will unblock the menu but will not use the native picker, the user will have a bad website experience instead using the regular desktop picker.This problem has been discussed for 2 years. Is there any solution to that basic feature and important bug?
The text was updated successfully, but these errors were encountered: