web-padawan / vanilla-colorful

A tiny color picker custom element for modern web apps (2.7 KB) 🎨
https://web-padawan.github.io/vanilla-colorful/
MIT License
784 stars 29 forks source link

fix: handle reattach and changing input #93

Closed web-padawan closed 1 year ago

web-padawan commented 1 year ago

Description

  1. Moved attachShadow() call to the hex-input constructor to not throw on re-attach,
  2. Fixed slotchange listener to set value on the custom <input> when adding it lazily.