bulma-tagsinput icon indicating copy to clipboard operation
bulma-tagsinput copied to clipboard

Empty values with dynamic data source

Open treagod opened this issue 4 years ago • 2 comments

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?

treagod avatar Nov 16 '20 20:11 treagod

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?

treagod avatar Nov 17 '20 06:11 treagod

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.

AaronMLB avatar Nov 08 '21 23:11 AaronMLB