Alias to calling setValue(null, true). Sets the selected option to either the unselectedText option or a user defined option whose value is null. _Be mindful_ that if no unselectedText or null option exists, the view will error.
$3
Sets the selected option and view value to the original option value provided during construction.
$3
Sets the selected option to that which matches the provided value. Updates the view's .value accordingly. SelectView will error if no matching option exists. null, undefined, and '' values will preferentially select unselectedText if defined.