Most voted "react-select" questions
5 questions
Sort by count of
-
1
votes2
answers403
viewsHow to return the years array using React-select
I’m using the react-select to select the React project. I need to return the last five years. And then popular the options={} select. Only that he is only taking the last year, in the case 2020, but…
-
0
votes1
answer87
viewsHow to limit tag insertion with React Select
I’m using React Select to work with input tags. By inserting something into the input and pressing enter, the tag is inserted... The point is that I could not find anything related to limitations of…
-
0
votes1
answer1200
viewsHow to use the integrated React-select with Unform without typescript?
I’m studying React and in particular a library to create forms that is Unform, was managing to create the Components until I came across a problem. select is integrated with the React-select library…
-
0
votes1
answer21
viewsCreate javascript object with other objects
I need to take objects from Java arrays that I receive from the backend and transfer them to other objects to be able to use in the React-select library. My object comes from the backend like this:…
-
-1
votes0
answers4
viewsValidation and rendering of a field if a particular option of the select is selected (React-Hook-Form and React-Select)
I need the user select the option "Promotions" in select, the field "Promotional price" is mandatory completion and the display his block. Here’s how I’m trying to do it: const { register,…