I want to reset a spinner after saving the first record and start to add the next record.
I use:
B4X:
edtField.SelectedIndex=-1
This does the job for the value, but the last SelectedItem (text) is still visible on the screen. I want to start fresh (empty), like the first record.