Interviewer
Interviewer copied to clipboard
AutoComplete should be configurable on all UI fields
Currently autocomplete is enabled and not exposed as a prop on UI field components.
This causes some issues. For example, the search input on iOS automatically corrects text that is entered on blur, which changes what is being searched for when the user may wish to simply hide the keyboard.