Hash (#) is required in the exception regex syntax.
The issue is:
When a user want to input #235f00, and start typing #235, the color picker value is automatically converted to #223355, which is very annoying.
Thanks @daviedR for this PR
But I will not use it, since I have noticed that it is a problem of the listener, I will see how I do it so that the value is not changed when it is not necessary.
Hash (#) is required in the exception regex syntax.
The issue is: When a user want to input
#235f00
, and start typing#235
, the color picker value is automatically converted to#223355
, which is very annoying.