How to use search in spinner?

i mean if the spinner contain strings…
i want to add text box in first selection(not prompt) to search by string in spinner
how!!

You should use a listview and a custom filter textbox to do this. You can place these in a “dialog” to replicate a spinner. Look for dialog extension that will help you achieve this.

1 Like