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
Disable the `setCanCreate(false)` call in the category tag field, this breaks in the latest version of the module.
See: silverstripe/silverstripe-tagfield#267
Disable the `setCanCreate(false)` call in the category tag field, this breaks in the latest version of the module.
See: silverstripe/silverstripe-tagfield#267
If a field has
setCanCreate(false)
the UI crashes when an option is selected with the following JS Issue:Failing on Line 39 - TagField.js:
const element = this.selectComponentRef.select.wrapper;
silverstripe-tagfield version: 2.11.2
The text was updated successfully, but these errors were encountered: