Compatibility with selectize.js #77
-
Hi @oyejorge Apologises if this has been answered already but it wasn't immediately clear to me after checking the website and README. I'm wondering about compatibility of this fork compared to selectize.js, in other words, how difficult it is to switch from selectize.js to your fork. Other than the divergence in initialisation: new TomSelect('#tom-select-it',config); Is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There are few things that selectize users might need to do when switching over. There's a list of breaking changes on https://tom-select.js.org/docs/selectize.js/ which is mainly the following:
Except for the template.optgroup and the dataAttr changes, a selectize config should work fine with Tom Select.
Sounds like a great idea. Let me know if there's anything I can do |
Beta Was this translation helpful? Give feedback.
There are few things that selectize users might need to do when switching over. There's a list of breaking changes on https://tom-select.js.org/docs/selectize.js/ which is mainly the following:
Except for the template.optgroup and the dataAttr changes, a selectize config should work fine with Tom Select.
…