Skip to main content
4 votes
1 answer
233 views

I am trying to add a stable data-testid to a react-select component (specifically AsyncSelect) so that I can reliably select it in my Playwright E2E tests. When I try to pass the data-testid prop ...
Abhishek Dutt's user avatar
2 votes
1 answer
138 views

I have a custom component wrapper around a react-select, but I've also noticed this same behavior in the react-select by itself as well. The behavior occurs when using react-select whenever the React ...
Carter Smith's user avatar
1 vote
1 answer
107 views

Problem Description I’ve created a custom Select component using react-select and AsyncPaginate. I use a custom ValueContainer to display the number of selected items instead of rendering their labels ...
Sokhibov Farkhod's user avatar
0 votes
1 answer
192 views

I have the following react-select select component: <Select className={styles.multiselect} components={{ Option: OptionBlock, }} isMulti closeMenuOnSelect={...
bambi's user avatar
  • 55
1 vote
0 answers
64 views

Is there a way I can render the first_name and last_name as a defaultValues in the select option after fetching the data which is a relational table? Currently, I was able to put other information as ...
Stykgwar's user avatar
  • 797
0 votes
1 answer
74 views

I’m working on a React project where I have multiple instances of react-hook-form in a parent component. Each form is conditionally rendered based on the user’s selection of a tax category (business ...
Robert Zobrist's user avatar
0 votes
1 answer
61 views

I am using react-select, in particular the Creatable component. My users are confused when they try to add a new item and they just type it in and then click somewhere else on the page. It doesn't ...
Josh Wallace's user avatar
0 votes
0 answers
128 views

There is a scrolling problem when Select (React Select) is used in Dialog (Mui Dialog). Scrolling is required within the modal. As seen in the pictures, when I use Mui Select, the modal is used ...
Gurkan T's user avatar
  • 267
1 vote
0 answers
25 views

CustomReactSelect is displaying some values that seem to be the previous thought the values were updated I've logged the value of the items and the value is correct but for some reason this "...
Tiago Daniel Moreira's user avatar
0 votes
1 answer
95 views

Issue: Arrow Key Scrolling Not Working in react-select with react-window I am experiencing an issue where I am unable to scroll through the react-select dropdown list using the up and down arrow keys ...
shahrukh khan's user avatar
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
-1 votes
1 answer
463 views

import React, { useState, useImperativeHandle, forwardRef, useRef, useEffect } from 'react'; import Select from 'react-select'; import type { ICellEditorParams } from "ag-grid-community"; ...
Marvin Lee's user avatar
1 vote
0 answers
44 views

I have an interesting case where I have a form for adding data to a database. I am using Next.js and a PostgreSQL database for reference. There are two select fields (where I use the react-select ...
rebellion's user avatar
  • 6,738
0 votes
1 answer
196 views

I'm facing the following problem when dealing with react-select multi select: Basically, it renders an additional <div> inside which an actual input element resides. What I want to do is to ...
tnsaturday's user avatar
2 votes
2 answers
489 views

I am getting this TypeScript error when I use forwardRef in my Select component while using react-select. Type 'ForwardedRef<HTMLInputElement>' is not assignable to type 'LegacyRef<Select<...
Opera man's user avatar

15 30 50 per page
1
2 3 4 5
131