React-select: Editable MultiValue

Created on 14 Nov 2018  路  5Comments  路  Source: JedWatson/react-select

i need the items created to be modified as well as per user requirement but i dont see anything in the docs that says this can be done.

issuenhancement issureviewed

Most helpful comment

@Skhoshhal ended up creating one myself https://codesandbox.io/s/o4kx95rory

All 5 comments

After clicking on an item you want the value itself to be editable?

After clicking on an item you want the value itself to be editable?

yes.

After a target property is autocomplete, the user could be able to modify the value in the textbox (e.g., add something).
I didn't found some way to do this, Is It Possible ?

@Skhoshhal ended up creating one myself https://codesandbox.io/s/o4kx95rory

Greetings @paigeflourin

I was going through code issues looking to close out non-relevant issues, and came across your code example. It's fantastic and I'll play around with it some more, to see how this could perhaps be easier ported over for others or possible as a PR into the repo.

I'll mark this issue as closed and thank you so much for creating and sharing this!

Was this page helpful?
0 / 5 - 0 ratings