Closed austingardner closed 4 years ago
The <input/> tag is in the wrong place, creating an incorrect color picker that doesn't match the tutorial.
<input/>
Moving the input outside of the for fixes the issue and matches the color picker tutorial's screenshots.
All committers have signed the CLA.
Thank you.
The
<input/>
tag is in the wrong place, creating an incorrect color picker that doesn't match the tutorial.Moving the input outside of the for fixes the issue and matches the color picker tutorial's screenshots.