Using BoxSelect
BoxSelect
extends the ComboBox
control to provide a more multiselect, friendly ComboBox
control. The examples included in this chapter show the differences between the default
ComboBox
control and this extension, and provide general information about the advanced usage of BoxSelect
.
Basic configuration
BoxSelect
should support all configuration values as the ComboBox
supports. There are some changes for the default values for this extension:
The
multiSelect
option is set totrue
by default.The
forceSelection
option is set totrue
by default.In most cases, the multiple selections are made from a preformed list, but we can also configure the
BoxSelect
extension to add new records with an autosuggestion list.The
ComboBox
component doesn't supporttypeAhead
when themultiSelect
option is set totrue
, but even though the value oftypeAhead
is set tofalse
by default for theBoxSelect
extension, support for this feature has been added formultiSelect
when set totrue
.The
value
...