In the demo, module CompComboPage change this line:
to this:
And you can no longer select this item. It exists in the combobox list of possibilities, but cannot be selected. Doing something wrong, or is there a workaround?
Update: Found a way around it, disregard.
B4X:
combo1.AddItem("combo1S1", "Mom", BuildSimpleItem("S1", "mdi-action-account-circle", "{NBSP}{NBSP}Mom"))
to this:
B4X:
combo1.AddItem("combo1S1", "Mom's", BuildSimpleItem("S1", "mdi-action-account-circle", "{NBSP}{NBSP}Mom"))
And you can no longer select this item. It exists in the combobox list of possibilities, but cannot be selected. Doing something wrong, or is there a workaround?
Update: Found a way around it, disregard.
Last edited: