clear method

dynamic clear()

Just clears text.

Implementation

clear() {
  _autoCompleteSearch.clearText();
}