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

Searching item.child not working on release mode but in debug mode run successfully. #240

Open
irving-dp opened this issue Feb 16, 2024 · 1 comment

Comments

@irving-dp
Copy link

irving-dp commented Feb 16, 2024

I've try so many times to fix this case searching item.child didn't work in release mode. because in item child it read as widget text then I add toString().toLowerCase() function. Please help solve this case, here is my code that I'm focused on

searchMatchFn: (item, searchPasien) { return item.child.toString().toLowerCase().contains(searchPasien.toLowerCase()); },

@irving-dp irving-dp changed the title Seaching item.child not working in release mode but in debug mode run successfully. Seaching item.child not working on release mode but in debug mode run successfully. Feb 16, 2024
@irving-dp irving-dp changed the title Seaching item.child not working on release mode but in debug mode run successfully. Searching item.child not working on release mode but in debug mode run successfully. Feb 16, 2024
@AqsoLath
Copy link

I've try so many times to fix this case searching item.child didn't work in release mode. because in item child it read as widget text then I add toString().toLowerCase() function. Please help solve this case, here is my code that I'm focused on

searchMatchFn: (item, searchPasien) { return item.child.toString().toLowerCase().contains(searchPasien.toLowerCase()); },

Hi, I also get this exact bug, do you have any solution how to fix it? Any help would be appreciated, thanks in advance...

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

2 participants