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
When using selectAll() on a mobile browser in the documented way:
$("#filter-option-1")[0].sumo.selectAll();
this error is returned:
jquery-3.6.0.min.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'hasClass')
at jquery.sumoselect.min.js:88:260
at Array.forEach ()
at Object.toggSelAll (jquery.sumoselect.min.js:88:225)
at Object.selectAll (jquery.sumoselect.min.js:96:37)
However this works correctly on a desktop browser.
The text was updated successfully, but these errors were encountered:
When using selectAll() on a mobile browser in the documented way:
$("#filter-option-1")[0].sumo.selectAll();
this error is returned:
jquery-3.6.0.min.js:2 Uncaught TypeError: Cannot read properties of undefined (reading 'hasClass')
at jquery.sumoselect.min.js:88:260
at Array.forEach ()
at Object.toggSelAll (jquery.sumoselect.min.js:88:225)
at Object.selectAll (jquery.sumoselect.min.js:96:37)
However this works correctly on a desktop browser.
The text was updated successfully, but these errors were encountered: