I've got a pretty basic survey that uses a search() to pull choices from a csv for use in a single select. I do not want this question as autocomplete, because if a user wants to change their answer, they have to manually delete the old one, which is unintuitive. In the app, search() + minimal seems to be working just fine for this goal. On the web though, the question behaves as a search() + autocomplete.
Is there a way to stop this from happening? I could just have the question come up as compact, but I prefer a dropdown menu for this question.
Thanks for the help!