Replies: 1 comment 1 reply
-
Why yes there is new TomSelect('#select-repo2',{
onItemAdd:function(){
this.setTextboxValue();
this.refreshOptions();
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the example provided and also in our environment, tomselect will keep the typed query input after you select an option.
eg.
https://tom-select.js.org/examples/remote/
Is there a way to clear the "ad" after you select option?
Beta Was this translation helpful? Give feedback.
All reactions