tags
#7335
Replies: 1 comment
-
This is not going to work right away. I think doing this inside the fabric code is hard, while possible, you should really consider how much is important for you that feature on the canvas. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use tags in the text area. I like the functionality of Tagify in mixed mode.
My first attempt was:
canvas.on('mouse:dblclick', function(options) { new Tagify(document.querySelector("[data-fabric-hiddentextarea]"),this.tagifySettings); });
This works fine on an input field on the same page. I believe I targeted the right element at the right time but I am not seeing the Tagify functionality. Tracing through the events is tedious, so I am hoping someone has some experience with this.
Beta Was this translation helpful? Give feedback.
All reactions