public void ClearInput() { searchFilterText = string.Empty; if (input != null) { input.text = string.Empty; } searchInput.Clear(); }