Generate your select options by passing an array or object to the
options props:
Selected: {{ code1.selected1 }}
Selected: {{ code1.selected2 }}
If you want to customize the field property names (for example
using name field for display text) you
can easily change them by setting the text-field,
html-field, value-field, and
disabled-field props to a string that contains the
property name you would like to use:
In non multiple mode,
<b-form-select> returns the a single
value of the currently selected option.