-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
multiselect-dropdown-react/src/index.js
Line 40 in 855a6bb
| return data.name.indexOf(enteredValue) > -1; |
With enteredValue converted to lowercase on Line38, Line 40 is better written as return data.name.toLowerCase().indexOf(enteredValue) > -1;
Metadata
Metadata
Assignees
Labels
No labels