You may use the data
configuration option to load dropdown options from a local array.
You can provide initial selections with array data by providing the option tag for the selected values, similar to how it would be done for a standard select.
Unlike the case of items supplied by AJAX data sources, items supplied as an array will be immediately rendered as <option>
elements in the target <select>
control.
tags
optionIn Select2 v3.5, this option was called tags
. However in version 4.0, tags
now handles the tagging feature.
For backwards compatibility the tags
option can still accept an array of objects, in which case they will be handled in the same manner as the data
option.