bulma-tagsinput
bulma-tagsinput copied to clipboard
Empty values with dynamic data source
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?
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.
Is there an easier way?
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.