react-json-schema-form-extras icon indicating copy to clipboard operation
react-json-schema-form-extras copied to clipboard

AsyncTypeahead multiple values

Open andres3dc opened this issue 4 years ago • 1 comments

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!

andres3dc avatar Apr 27 '20 20:04 andres3dc

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

abrahamgolla avatar May 12 '20 05:05 abrahamgolla