public void DisableSearch() { searchTextInputField.Text = ""; searchTextInputField.Hide(); // Remove the focus from the search input text field EventSystem.current.SetSelectedGameObject(null); }
public void DisableSearch() { searchTextInputField.Text = ""; searchTextInputField.Hide(); }