Describe the bug
In a screen, when a select controlled component is defined. When the selectedValues are reset, the select component is not rendering the default option value.
To Reproduce
Render a dxc select controlled component in a angular project.
Define a reset button.
Once a select option is selected press reset button.
Selected option value not changing.
Expected behavior
Selected option value has to be reset.