crabvk / bulma-tagsfield

Multi-line tags input control (Bulma extension)
https://crabvk.github.io/bulma-tagsfield/
MIT License
11 stars 0 forks source link

Can be used with Angular ? #3

Open ramirovg opened 2 years ago

ramirovg commented 2 years ago

Hi! I'm trying to use this extension with angular with no success, can you help? Happy new year

crabvk commented 2 years ago

Hi. Happy New Year! 🎉 Unfortunately, I don't' know how to write js for Angular.

nicolasstrands commented 2 years ago

Personally, I managed to make it work with Angular using a few workarounds. I had to listen for event changes on the contenteditable span (which is the input event) and then make it update my form field.