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
I'd like to combine remote options with the virtual scroll tom select plugin, which requires a custom load callback.
I can't do that because the combo-box-hook.js replaces this callback even if it's defined in my globalOpts:
Behaviour could be to not overwrite the callback if I defined my own in globalOpts and let me handle the complex loading on my own (if that's even possible in tom select to use both plugins at the same time).
The text was updated successfully, but these errors were encountered:
I'd like to combine remote options with the virtual scroll tom select plugin, which requires a custom
load
callback.I can't do that because the combo-box-hook.js replaces this callback even if it's defined in my
globalOpts
:Behaviour could be to not overwrite the callback if I defined my own in globalOpts and let me handle the complex loading on my own (if that's even possible in tom select to use both plugins at the same time).
The text was updated successfully, but these errors were encountered: