**Describe the bug** Option list is blinking when selecting multiple options **To Reproduce** ``` <dxc-select label="Label" helperText="HelperText" multiple="true" [options]="array1"> </dxc-select> ``` **Expected behavior** It should not blink.