A selectbox with free-form input field. Or an input with autocompletion, if you please.
LSD.Widget.Input.Combo = new Class({ Includes: [ LSD.Widget.Select, LSD.Trait.Input ], options: { tag: 'input' } });