cyhnkckali / vue3-color-picker

The Unlicense
33 stars 9 forks source link

Handle invalid hex string #19

Closed kaskenov closed 2 months ago

kaskenov commented 2 months ago

Current behavior: If user, for example, inputs #RRR he get's #RRRRRR.

Expected behavior: If hex input value is not valid hex string set previous value.