Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty values with dynamic data source #19

Open
treagod opened this issue Nov 16, 2020 · 2 comments
Open

Empty values with dynamic data source #19

treagod opened this issue Nov 16, 2020 · 2 comments

Comments

@treagod
Copy link

treagod commented Nov 16, 2020

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
Copy link
Author

treagod commented Nov 17, 2020

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?

@AaronMLB
Copy link

AaronMLB commented Nov 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants