DEV Community

Discussion on: How to Create a Search Bar in React

Collapse
 
anvilicious profile image
Nigel Lowa

Hey, it doesn't work on Chrome mobile browser

Collapse
 
franciscomendes10866 profile image
Francisco Mendes

Does not work? And on the desktop? 🧐

Collapse
 
anvilicious profile image
Nigel Lowa

It works on the desktop just fine. Sorry, I was in a hurry so couldn't explain myself better earlier. The API only accepts lowercase slugs so I had to e.target.value.toLowerCase() all slug values for the API to respond to my get requests when I use it on mobile. I was following your tutorial -- here's my netflify build angry-bhaskara-6c8f3a.netlify.app/

Thread Thread
 
franciscomendes10866 profile image
Francisco Mendes • Edited

Hadn't tested it. Thank you very much for your comment. 👊

Thread Thread
 
anvilicious profile image
Nigel Lowa

Thank you too! Your explanations have made it easier to wrap my head around React hooks.

Thread Thread
 
franciscomendes10866 profile image
Francisco Mendes

I'm so glad to know. 😊