Clearing serch text completely in TAdvSearchEdit

TAdvSearchEdit is not on Product list so TAdvSearchList was selected...

When a text has been entered in TAdvSearchEdit, and selected from drop down is done, then it would be nice to be able to do the following:
Clear text + filter so that a new search can be started (even using same search text). Clearing is currently possible, but pasting same search text again, does not open the drop-down. Reason is following line in TAdvSearchDropDown.KeyUp:
doshow := (FOldText <> Text) and not ((Text = '') and (FOldText <> ''));

All what is needed is a routine clearing FOldText when everything else is cleared...

This has been fixed

This feature was implemented.