Select to view content in your preferred language

Search() + Minimal Appearance swapping to Search() + Autocomplete Appearance when survey taken in browser

89
1
a week ago
brierTurnbull
Emerging Contributor

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!

0 Kudos
1 Reply
Neal_t_k
Frequent Contributor

Is your csv list dynamic? If it is just a static list and you don't need to update it often, you can put the csv in your media folder, skip the search appearance and just use 'minimal'

There is some other info in here on linking and updating a csv.   

https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-external-choice/ba...

0 Kudos