Top "React-select" questions

A Select control built with and for React JS

Validation using Formik with Yup and React-select

I'm working with a react form validation using Yup along with Formik. There is a react-select element in the form …

reactjs material-ui react-select formik yup
How can I focus on a react-select component at will?

Using react-select v2, I want to show and focus on the Select element when the user hits a certain key. …

reactjs react-select
react-select: Is there a way to remove the button on the right that expand the list, at least in async mode?

I am using AsyncSelect and I would like to hide the arrow-down button on the right, the one that display …

javascript reactjs react-select
How do the yup validation for react-select

I found the yup validation for react-select(multiple select).Please refer the link select multiple items of react-select validation in …

reactjs react-select yup
ReactJS: How to wrap react-select in redux-form field?

I am working on react-select library and facing some issues, I am using redux-form library and importing <Field /> …

reactjs redux redux-form react-bootstrap react-select
React-Select custom input inside MenuList

I'm trying to create a custom select using React-Select options. I would like to have my search not in the …

reactjs react-select
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 …

cypress react-select
Custom Placeholder Component React-Select

How can I set a custom placeholder element? I'd like to add a search icon when the field is empty …

react-select
React Async Select

I am struggling with Async Select from react-select. I managed to display some defaultOptions and do an async fetch of …

reactjs react-select
How do I trigger the change event on a react-select component with react-testing-library?

Given that I can't test internals directly with react-testing-library, how would I go about testing a component that uses react-select? …

reactjs jestjs react-select react-hooks react-testing-library