Closed
Description
Reproduction
See StackBlitz: https://stackblitz.com/edit/components-issue-3u5pnf?file=src/app/app.component.spec.ts
Steps to reproduce:
- Using the MatInputHarness,
setValue('#123456')
(or any other color) of an<input type="color">
. - Use
getValue()
to get the result.
Expected Behavior
The value should be #123456
.
Actual Behavior
It is always #000000
.
Environment
- Angular: 9.0.6
- CDK/Material: 9.1.2
- Browser(s): Chrome 80.0.3987.132, Safari 13.0.5
- Operating System (e.g. Windows, macOS, Ubuntu): macOS 10.15.3