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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
$('.tags').selectivity({
tokenSeparators: [','],
createTokenItem: function (val) {
return { id: val, text: val }
}
});
This adds new items to the selectivity div, but does not also add them to the <select class="tags"><options> list. Thus when the form is submitted these "new values" are not submitted with it.
This does work in 2.1.0 from cdnjs but not with 3.1.0 jquery build.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using selectivity-jquery 3.1.0.
This adds new items to the selectivity div, but does not also add them to the
<select class="tags">
<options>
list. Thus when the form is submitted these "new values" are not submitted with it.This does work in 2.1.0 from cdnjs but not with 3.1.0 jquery build.
The text was updated successfully, but these errors were encountered: