Android Question AS_TextField As ComboBox SetItems Displaying Two Times

RishiKumar2210

Active Member
here is my Project DropBox Link Here I am using AS_TextField As ComboxBox.
B4X:
Dim l As List
    l.Initialize
    l.Add("Yes")
    l.Add("No")
 
    ispnr_active.SetItems(l)
    ispnr_active.SelectedIndex = 0
    ispnr_active.Refresh
Here It Shows DropDown Items 2 Times. What's Wrong with This?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…