Category "react-select"

react-select debounced async call not displaying suggestions

I'm using react-select loading the results from an api and debouncing the queries with lodash.debounce: import React, {useState} from 'react'; import AsyncSele

React-select & React-hook-form Controller issue

I'm trying to implement register from react-hook-forms for react-select but in order to do that I need to make use of Controller from react-hook-forms but when

select react-select dropdown list option using cypress

Does anyone know how to select an option from a react-select dropdown list in a cypress test? I have tried lots of stuff but to no avail. Seems that react-sel

react-select How to hide dropdown menu programmatically when 'no results found' is shown?

Github Repo: react-select After searching in the select box: After typing a text that is not in the dropdown and enter is pressed. I want to hide the dropdo

How to change zIndex in react-select drowpdown

I am using the react-select library to create autocomplete drop-down. I have used 2 drop-down parallel if 2nd has some data & I open first one then the zInd

How to set a default value in react-select

I have an issue using react-select. I use redux form and I've made my react-select component compatible with redux form. Here is the code: const MySelect = pro

Unable to change react-select selected value color when menu is clicked

I am using react-select to select and search from a list. I need to change the text color of the selected text (that is visible in the search box) to gray when

Close menu on container scroll

I want to close the react-select menu when scrolling a container outside of the select control. There is a closeMenuOnScroll prop in the official react-select d

Is there any method to pass multiple selected option value to MongoDB using React JS?

I want to pass the selected option value to my back end using React Select. First I want to select option from React Select then I want to store into the usesta