--- title: Selection Components order: 5 layout: page --- [[components.selection]] = Selection Components Vaadin offers many alternative ways for selecting one or more items. The core library includes the following selection components, all based on the [classname]#AbstractSelect# class: // TODO Only use section numbers here, prefixed with "Section", not include section title [classname]#ComboBox# (<>):: A drop-down list with a text box, where the user can type text to find matching items. The component also provides an input prompt and the user can enter new items. [classname]#ListSelect# (<>):: A vertical list box for selecting items in either single or multiple selection mode. [classname]#NativeSelect# (<>):: Provides selection using the native selection component of the browser, typically a drop-down list for single selection and a multi-line list in multiselect mode. This uses the [literal]#++