Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot read property 'indexOf' of undefined, js engine: hermes in search #166

Open
Madhav131 opened this issue Apr 1, 2023 · 3 comments

Comments

@Madhav131
Copy link

No description provided.

@ionwebs
Copy link

ionwebs commented Sep 2, 2023

You need to pass searchField attribute with on which you want to search. as below

ex. I want to allow search on lable, I have passed label as value of searchField

`<Dropdown
search
maxHeight={300}
minHeight={100}
labelField="label"
valueField="value"
searchField="label"

                  />`

I hope this helps

@jameszhan02
Copy link

#54 (comment)

@jameszhan02
Copy link

#54 (comment)

Label cant be null

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants