BlockPicker: don't invoke onChangeComplete when typing an hex color in EditableInput
See original GitHub issueCurrently, as far as I type #000
in the EditableInput
within the BlockPicker
, the onChangeComplete
prop is called.
Well, actually I wanted to type #000FFF
. Could onChangeComplete
be called just when Enter is pressed or something like that?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
React Color
In this case, the color picker will initialize with the color #fff . When the color is changed, handleChangeComplete will fire and set...
Read more >onChange event is not working in color type input
Just write the code where you are changing the color. I don't think there is a color change event though. – Mr_Green. Sep...
Read more >Color Hex Color Codes
Color hex is a easy to use tool to get the color codes information including color models (RGB,HSL,HSV and CMYK), css and html...
Read more >Mandala Art Using Neighbour point's(click to draw) - CodePen Embed
__react_component_tooltip.type-success{color:#fff;background-color:#8DC572}. ... EditableInput,{style:{input:c.input,label:c.label},label:"hex" ...
Read more >:art: Color Pickers from Sketch, Photoshop, Chrome, Github ...
BlockPicker : don't invoke onChangeComplete when typing an hex color in EditableInput. Currently, as far as I type #000 in the EditableInput ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@casesandberg Would it be possible to get a new release to get this fixed?
Any updates on this? Bug is still present.