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
Whenever I call setValue with an array of values, Selectize takes 200-300 ms per value on the latest version of Chrome on an i7 Mac. After doing a little digging, it seems that 90% of the execution time is the call to refreshOptions().
Is there any negative side effect in skipping this call until the last element of the array? It seems to have worked for me and cut a 10 second call down to 300 ms. Thanks!
Whenever I call setValue with an array of values, Selectize takes 200-300 ms per value on the latest version of Chrome on an i7 Mac. After doing a little digging, it seems that 90% of the execution time is the call to refreshOptions().
Is there any negative side effect in skipping this call until the last element of the array? It seems to have worked for me and cut a 10 second call down to 300 ms. Thanks!
Line 662:
Line 1263:
The text was updated successfully, but these errors were encountered: