Issue: The color input does not change when the default value (#ffffff) is declared.
https://i.sstatic.net/BpqUj.png
However, it works normally if I don't declare a default value.
https://i.sstatic.net/0dBd6.png
Note: Using NextJS framework.
<input
type='color'
className={styles['change-bg']} /* Some css */
value="#ffffff" /* the default value */
/>