I noticed that default values are not set in the select template when multiple is set to true. It needs to be able to set the default value for multiple options.
Acceptance Criteria
[x] Select template should set selected on <option> elements whose value corresponds to a value in the Select::$defaultValue array.
Details
I noticed that default values are not set in the select template when
multiple
is set to true. It needs to be able to set the default value for multiple options.Acceptance Criteria
selected
on<option>
elements whosevalue
corresponds to a value in theSelect::$defaultValue
array.