react-json-schema-form-extras
react-json-schema-form-extras copied to clipboard
AsyncTypeahead multiple values
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!
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