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
In the select2 jquery it's possible to allow the addition of new tags with:
$(".js-example-tags").select2({
tags: true
})
But this doesn't work in Symfony as it gives an "This value is not valid." error. Is there a way to make it possible to add new values in the Genemu bundle?
The text was updated successfully, but these errors were encountered:
In the select2 jquery it's possible to allow the addition of new tags with:
But this doesn't work in Symfony as it gives an "This value is not valid." error. Is there a way to make it possible to add new values in the Genemu bundle?
The text was updated successfully, but these errors were encountered: