Hi @carlos_diaz1978, you can try something like this with the search() appearance on select_-type questions.
survey
| type | name | label | appearance |
|---|---|---|---|
| select_one fruits | fruit | Fruit | search() |
choices
| list_name | name | label |
|---|---|---|
| fruits | apple | Apple |
| fruits | banana | Banana |
| fruits | pineapple | Pineapple |
| fruits | grape | Grape |
| fruits | orange | Orange |

