Skip to content

UXComboItem

UXComboItem is one suggestion of a UXComboBox: a single string field s, boxed so the suggestion array holds objects. addItem(s) makes them and itemAt(i) unwraps them. The matching logic lives on the combo box.