I have a mobile input that I have set showSuggestion to true and supplied a list of suggestionItems. This works but I would like the suggestions to fire when the user clicks in the field so I set startSuggestion to 0. But when I click in the field the suggestions are not displayed. I thought setting startSuggestion to zero would display the suggestions when the field got focus.
Note that this Input is created in an XML view and does have placeholder text.
When I type in a space the suggestions ARE displayed but I would like them displayed after the user clicks in the field.
Anyone know what I need to do?
TIA