Actions
Bug #25197
closedSearchbar's onChange debounce is too slow.
Description
While typing something very quickly and pressing 'Enter',
the onChange function is not fast enough to update the current searchQuery.
Removing the debounce on the onChange will fix this problem
Updated by Ron Lavi over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 882d4515e47eea407d08c5d0046030ee5986615b.
Actions