Skip to content

Commit

Permalink
fix(SearchSelect.tsx): Sometimes when a search is done by any criteri…
Browse files Browse the repository at this point in the history
…a results aren't match each other.
  • Loading branch information
gsi-dayronrafael committed Sep 9, 2020
1 parent 1231c20 commit 366da56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Form/Inputs/SearchSelect/SearchSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ export const SearchSelect = (props: IProps) => {
}

return (
value.value
.toString()
.toLowerCase()
.indexOf(search.toLowerCase()) !== -1 ||
value.label
.toString()
.toLowerCase()
Expand Down

0 comments on commit 366da56

Please sign in to comment.