Inconsistent 'Search' behaviour in the 'Dashboard' #1127
Unanswered
ChrisNolan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm experiencing some inconsistent behaviour with the search field and wanted to get an opinion of what why it should work?
So if I'm on the
shipmentspage for example, and I want to search for a tracking # -- I type it into the field at the top of the screen and as I'm typing it debounces well and then goes and hits the graphql and I can see from those network traffic that the information is coming down the 'pipe', but it doesn't display.If I then click off the field and click back into the field, it then displays.
Once that display is there... I can search for other things and the results come back and show immediately -- well often with first showing 'no results', and then showing the results -- which feels more like it should probably work in the first place?
What do others think?
Beta Was this translation helpful? Give feedback.
All reactions