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

AsyncTypeahead multiple values #149

Open
andres3dc opened this issue Apr 27, 2020 · 1 comment
Open

AsyncTypeahead multiple values #149

andres3dc opened this issue Apr 27, 2020 · 1 comment

Comments

@andres3dc
Copy link

andres3dc commented Apr 27, 2020

Hi,
How do I get multiple values ​​in the submit and identify if it is a new item?

"asyncTypeahead": {
"url": "http://localhost:8080/en/jsonapi/autocomplete/art/art/tags",
"id": "tags",
"labelKey": "name",
"newSelectionPrefix": "Add a new item: ",
"minLength": 0,
"multiple": true,
"allowNew": true,
"mapping": "id",
"placeholder": "Pick a tag or add your own..",
},

Thanks for the help!

@abrahamgolla
Copy link

I Have issues selected multiple values, Is it possible to add something like this for selecting multiple values.

http://ericgio.github.io/react-bootstrap-typeahead/#controlling-selections

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