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 read the docs and also some issues, but I was not able to find any way to trigger a callback after selecting an option. Is there no option, or have I somehow missed that?
I was thinking of something like that:
var options = {searchable: true};
var select = NiceSelect.bind(document.getElementById("countryselect"), options, function(value) {
@this.set('fields.country', value);
});
The text was updated successfully, but these errors were encountered:
I read the docs and also some issues, but I was not able to find any way to trigger a callback after selecting an option. Is there no option, or have I somehow missed that?
I was thinking of something like that:
The text was updated successfully, but these errors were encountered: