Relative Content

Tag Archive for reactjsreact-select

Using multiple React-select drop downs to collect information

I’ve been playing around with the multi select drop down in react. I have multiple drop down boxes, and I would like all the options selected in each drop down to be store together in one array. First post lemme know if my formatting is wrong for the question.

How to directly update the options in react-select?

I’m using library react-select, and i want to achieve something like the image below, meaning that when I click on edit, I can directly edit the options inside. I tried the code below, but I encountered an error where I couldn’t focus on the input to type.