microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
211 stars 91 forks source link

Unfriendly Auto-complete editing experience #2005

Closed RabebOthmani closed 2 years ago

RabebOthmani commented 2 years ago

With the new work done on Auto-complete , it now tried to complete on every key press not just the slash making the editing experience challenging. Feedback received from a user:" entering a query is now broken. for each character typed into the query box, a suggestion is fetch and that locks and hangs the UI. We cannot type a query anymore."

Also note that when fetching suggestions, the substring search is done while it should be a 'starts with'

RabebOthmani commented 2 years ago

Selecting options from the drop down list doesn't work in a consistent way and not as expected sometimes

https://user-images.githubusercontent.com/5781590/185204063-0e0991ef-0094-4ad7-9c0a-5187535d666a.mp4

Onokaev commented 2 years ago

Hey @RabebOthmani. Try testing on this link https://jolly-sand-0ac78c710-2041.centralus.azurestaticapps.net/ and let me know if you still experience this issue

RabebOthmani commented 2 years ago

@Onokaev I'm not seeing the issue reported on the video anymore. Thanks!