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
Line that.selectpicker.view.position0 = Math.max(0, chunks[firstChunk][0]) || 0;
Undefined chunks[firstChunk]
App code is just calling element.selectpicker('refresh') but I suspect a lot of DOM manipulations is done by angularjs directives and bootstrap-select can't handle the throttle.
Bootstrap-select v1.13.3
Chrome v72.0.3626.119
The text was updated successfully, but these errors were encountered:
Also the map file for .min.js to .js is wrong - Chrome shows some comment line at the end like 2727, which makes no sense. I had to use bootstrap-select.js directly to see the proper line.
Line
that.selectpicker.view.position0 = Math.max(0, chunks[firstChunk][0]) || 0;
Undefined
chunks[firstChunk]
App code is just calling
element.selectpicker('refresh')
but I suspect a lot of DOM manipulations is done by angularjs directives and bootstrap-select can't handle the throttle.Bootstrap-select v1.13.3
Chrome v72.0.3626.119
The text was updated successfully, but these errors were encountered: