Design comparison
Solution retrospective
This is my first React app. Any feedback is highly appreciated. 🙏
Community feedback
- @ChamuMutezvaPosted over 3 years ago
See if you can fix the errors in the report. Take care of empty spaces when typing in the search, on mobile when typing and then select an option from the list that shows up - an empty space is added causing a
no match
Happy codingMarked as helpful0@rafetbasturkPosted over 3 years ago@ChamuMutezva
Thanks for the feedback. I will fix the problems asap. 👍
0 - @palgrammingPosted over 3 years ago
In your filter by regions it does not seem that one should be allowed to type in regions but the regions should just be given and allowed to be selected. When one is selected I cannot select another with out removing the previous one in the textbox. Do not see the correct implementation for this element
Marked as helpful0@rafetbasturkPosted over 3 years ago@palgramming
I used
datalist
in the region filter. But for user experience, it is better as you mentioned. I will change it soon.Thanks for your feedback.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord