Skip to main content
1 vote
1 answer
130 views

I am using React Select in my code and trying to update options on the basis of Input but however I am facing issue as [object Promise] as value in Input even after touching the Select Box Below is my ...
be MrZulf's user avatar
  • 430
0 votes
1 answer
78 views

when we use react select in our project and we navigate or focus on it using tab at that time drop down menu is open than next when we press tab key and navigate to other component at that time it is ...
Karan Bhuva's user avatar
0 votes
1 answer
111 views

<Select components={animatedComponents} isMulti defaultValue={selectedClassOptions} value={selectedClassOptions} options={classOptions} onChange={(...
Mohamed Aadhil's user avatar
-2 votes
1 answer
822 views

i am getting a typescript type error in react-select options parameter in the componenet, ERROR: Type 'readonly optionType[] | undefined' is not assignable to type 'OptionsOrGroups<string, ...
aurogpt's user avatar
  • 121
1 vote
1 answer
362 views

I am attempting to make the first and last option in my react-select component always display in the list. I don't want it to be filtered out during search. Is there a way to eliminate an item from ...
tlockhart's user avatar
  • 483
1 vote
0 answers
61 views

I'm new to react so please excuse if this is a silly doubt.. I'm trying to implement react-select in my form, but the selected option is not showing up in my url as a selectParam. I want to access the ...
Sejal Dahake's user avatar
0 votes
1 answer
995 views

I am trying to get search select functionality in my page using the react select search npm package. my parent component import React, { Component } from "react"; import Task from "./...
bugsmasher's user avatar
2 votes
1 answer
643 views

I can select first option successfully, but after that it doesn't display any option, can't add second option and I even added isMulti. import React from "react"; import AsyncSelect from &...
Anoosh Mr's user avatar
1 vote
0 answers
441 views

I Have a form with AsyncCreatable fields and they are clearable however the ask is that once a user has typed in some text and selected an item that the user should be able to go into the field and ...
CourtneyJ's user avatar
  • 498
0 votes
2 answers
269 views

I have tried almost all answers but that is not working to get the width of react select fix sized. It keeps on increasing as soon as I select options. Can anyone please help me to solve this problem. ...
Shrutika Dorugade's user avatar
0 votes
1 answer
932 views

I am using react select in my react app same like below when i use 'labelKey={'staffName'}' to get the key from api to search. so when I use like above its showing the output perfectly. what I am ...
famo's user avatar
  • 180
2 votes
0 answers
886 views

I needed a dropdown with multiple rows of text like this: I used react-select with custom components: import Select from 'react-select'; import DropDownOptions from './DropDownOptions'; import ...
K Shaikh's user avatar
  • 409
5 votes
2 answers
18k views

is there a way to always show the selected option on the menu even after searching for some thing else here is the code I used import React from "react"; import Select from "react-...
Revan99's user avatar
  • 444
2 votes
2 answers
8k views

I am using react-select to show a list of users in a dropdown. I want it to always show the selected element as the first element in the list. Is there native support for this? Example: In the ...
Arjun Mudhaliyar's user avatar
0 votes
1 answer
6k views

Hi i want to create a dropDown in react with each item having an icon. As i tried react-select but its not showing the icon ,and also the selected value .When i remove value prop from react-select ...
Puneet Biswas's user avatar

15 30 50 per page