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
I was looking for a way to parse the tags before submitting a form, kind of like #220. I get why you want to leave it up to the developer to do what they want with the raw data, but I do think there's value in providing valid form data out of the box.
I created a helper func that does this for me, but the drawback is I have to call this helper for each event change. I think it would be a great addition if the user adds the tagify selector to a select element it will update the element with proper options.
Here's what I've done to get this to work. I'm very much a js rookie so it probably could be improved for performance.
I was looking for a way to parse the tags before submitting a form, kind of like #220. I get why you want to leave it up to the developer to do what they want with the raw data, but I do think there's value in providing valid form data out of the box.
I created a helper func that does this for me, but the drawback is I have to call this helper for each event change. I think it would be a great addition if the user adds the
tagify
selector to a select element it will update the element with proper options.Here's what I've done to get this to work. I'm very much a js rookie so it probably could be improved for performance.
The text was updated successfully, but these errors were encountered: