Skip to content

Overview: Fix clear button working in overview search

David Edmundson requested to merge work/d_ed/clear_on_search into master

onTextEdited only updates on user-invoked key presses, and not programatic changes.

This is a better choice when we have a two-way bindings such as with configuration files, but in this case we always want the UI to reflect the current contents of the search box making onTextChanged the better signal.

BUG: 475789

Merge request reports