fix: Properly clear Autocomplete wrapped SearchField when "x" button is pressed (#7606)
* Pass value directly to SearchField so that clear button works when clicked
* fix test label
* add props to TextFieldProps instead
* review comments
* fix Esc key handling so it doesnt clear the input field and clear selected keys
* get rid of inputRef and fix color field types