filteroption #4944
Unanswered
mariahmadi
asked this question in
Q&A
filteroption
#4944
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello
why when i use filteroption in react-select that option is reapeted many times
my code is
filtersOption = () => {
const { selectedOption, ID } = this.state
const newAray = []
console.log(selectedOption)
for example selectedoption is loged 40 times in console
and i have another question
how i use filtgeroption and returning value and label for another select
Beta Was this translation helpful? Give feedback.
All reactions