You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the react-colorful-hex-input-demo it seems that the default behavior is to move the text cursor to the end of the text (the entire color code) immediately after each character I type.
For example, if I want to type the color code #123456 I need to move the cursor, using the mouse, repeatedly until I have been able to type the entire code:
Not sure if this is intentional or not, but I find it a bit hard to use.
Compare it with the behavior in native Chrome color picker, as illustrated on MDN :
Perhaps there is already a simple way to enable a more fluid typing experience?
The text was updated successfully, but these errors were encountered:
Hi! Thank you for a very powerful library! 👏
Looking at the react-colorful-hex-input-demo it seems that the default behavior is to move the text cursor to the end of the text (the entire color code) immediately after each character I type.
For example, if I want to type the color code
#123456
I need to move the cursor, using the mouse, repeatedly until I have been able to type the entire code:Not sure if this is intentional or not, but I find it a bit hard to use.
Compare it with the behavior in native Chrome color picker, as illustrated on MDN :
Perhaps there is already a simple way to enable a more fluid typing experience?
The text was updated successfully, but these errors were encountered: