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
Hello, I am also facing the same issue. When contenteditable is set to false in selectTemplate method, it is not clearing the mention link with backspace.
add this code in tribute.js it should work { key: "input", value: function input(instance, event) { instance.inputEvent = true; instance.keydown.call(this, instance, event); } }
How can we reproduce this bug?
Also reproducible in the demo https://zurb.github.io/tribute/example/:
What did you expect to happen?
Removing the item
What happened instead?
Nothing
The text was updated successfully, but these errors were encountered: