Ch/replace dropdown with search#117
Conversation
| operation.label.toLowerCase().includes(query) || | ||
| operation.label.toLowerCase().includes(query) |
There was a problem hiding this comment.
This looks identical, aren't they always going to return true?
|
Thanks, everyone, for the contributions! I have a few suggestions regarding the 'searchable input' #69 that I think could improve the UX.
To summarize, I think the Material UI Autocomplete Example Thanks again! |
Hi @MahdadGhasemian , I have implemented the suggested changes. |
|
Hi @Angekarara I've just tested your recent changes and wanted to share a few notes : 1- Icon Issue : There are two icons (close and dropdown) that seem to have rendering issues. I've marked them in red in the screenshot below : 2- 3- UI Adjustment : I suggest increasing the width of items selection same as the Thanks again @Angekarara |
@MahdadGhasemian , i've worked on the issues please let me know if you spot anything else |
|
Hi @Angekarara , thanks so much for your contribution! 🙏 In your latest commit, everything seems to be addressed perfectly. Great job, and thanks again! 🚀 |




Fixes #69
This PR replaces the dropdown used for selecting options that are possible for the API calls on the client side ap with searchable input field. The change improves user experience by making it easier for the user to find what they need especially when the list is long.