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
A workaround I did was to intercept the form submit via event listener, query all tags from the taginput and then join their content to a comma-seperated list and resubmit the form via JavaScript.
Almost a year later and it's still broken so I've done the same. Real shame! Hopefully @CreativeBulma might pick up development again? It has the makings of a really good component.
Hi!
When I'm using the taginput with dynamic data source and sending the the form to my server, all I get is a comma list, without any value.
E.g. when I select
France, Germany, Italy,
my server recieves,,,
I'm using the example from the docs. Is there something I can do?
The text was updated successfully, but these errors were encountered: