The combobox works find when viewing on desktop browser. But when viewing on mobile devices, it launches the keyboard if the user attempts to select an item from the list.
I have set the below flags
Filterable = false
ClearButton = false
Do I just need to not use the combobox component on mobile?
Thanks
Billy