I'm using the Select.AsyncCreatable:
<Select.AsyncCreatable
clearableValue={true}
multi={true}
scrollMenuIntoView={true}
name="field-name"
value={values}
loadOptions={this.getOptions}
onChange={value => {
this.handleOnChange(value...)
}}
placeholder={this.defaultPlaceholder}
/>
How can I edit options I did create. I can remove created options and reenter them, but is there an option to edit selected values? It would be more comfortable.
Not sure how to do it with react-select, but I think what you are looking for is editable-creatable-multiselect
Here's a demo:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With