RXNT / react-json-schema-form-extras

An assortment of extra widgets for Mozilla's JSON Schema Form.
153 stars 54 forks source link

AsyncTypeahead multiple values #149

Open andres3dc opened 4 years ago

andres3dc commented 4 years ago

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 commented 4 years ago

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