I am encountering an issue with my XLSForm. The form includes a long list of enumerators, and I would like to implement a search function so that enumerators can easily find their names. I have added the search() appearance, and it works correctly when tested on a server computer. However, it does not work on Android devices or tablets.
I would appreciate your help in resolving this issue.
Please note: I added the enumerators name in choices sheet with select_one type. Not in csv.file.
It worked in select_one questions but for select_multiple questions how we can add this in the appearance section. I have added the (autocomplete) to the appearance but it didn’t work, I work in xls form please provide with your support?