Skip to content

Don't auto-accept in the search field

Nate Graham requested to merge ngraham/discover:no-auto-accept-search into master

Search operations are network-intensive, so we can't have search-as-you-type. Currently Discover is trying to do it anyway, by auto-accepting after a 2.5 second delay. However this just isn't a good user experience, and makes the accept interval seem random and it can surprise you if you're not expecting it. When network limitations dictate that results can't be updated in real time, we should just fall back to making the user hit the return key.

BUG: 445142 FIXED-IN: 5.24

cc @teams/usability

Merge request reports