In a browser on the PC, TWebComboBox behaves in the expected way for searching through the dropdown list. But on a mobile device I don't see a way to open the on-screen keyboard for such a search. Is there a way to do that?
A mobile device doesn't show the keyboard for the HTML SELECT element that is used for a combobox in a web app.
There is no easy workaround for this, except to write a custom combobox control in which a HTML INPUT element is involved.
Thanks, Bruno. I was hoping that I just was overlooking an obvious solution.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.