Android Question Spinner index = -1 (B4A)

Arturs

Member
Licensed User
Longtime User
Hi

I set the spinner index on -1


B4X:
spinner1.SelectedIndex = -1


After setting index on -1 I would like to display "blank" field ( do not choose any items).
Of course I can add empty item and later remove it but I hope it is easier way.

In b4J the combobox works as I would expect

Regards
Artur
 
Top