pub fn combo_box(items: Signal<Vec<String>>, text: Signal<String>) -> ComboBoxExpand description
combo_box(items, text) — free-form text entry plus a native dropdown of suggestions.
Typing (or picking an item) writes text; setting either signal patches the control.