itsjavi / bootstrap-colorpicker

Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
https://itsjavi.com/bootstrap-colorpicker/
MIT License
1.38k stars 369 forks source link

autoInputFallback=false converts #ff0 to #ffff00 but I wasn't done typing yet #318

Closed DianaLaa closed 3 years ago

DianaLaa commented 4 years ago

Description

autoInputFallback=false coerces my input before I've finished typing.

Context

Expected behavior

To be able to type 6-digit hex code by hand.

Actual behavior

After 3 hex digits, the input is converted to 6 digits. I can't type my 6-digit hex code.

Live Example

https://jsfiddle.net/gqyfsmrb/1/

itsjavi commented 3 years ago

This is a duplicate of #323 and will be handled there