Skip to content

Feature/08_Colorpicker_fix_onchange_event#156

Open
antonio06 wants to merge 2 commits intomasterfrom
Feature/08_Colorpicker_fix_onchange_event
Open

Feature/08_Colorpicker_fix_onchange_event#156
antonio06 wants to merge 2 commits intomasterfrom
Feature/08_Colorpicker_fix_onchange_event

Conversation

@antonio06
Copy link
Member

fix onchange event

+ max="255"
+ value={props.color.red}
+ onChange={(event) => props.onColorUpdated(
+ onChange={(event: any) => props.onColorUpdated(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You shouldn't cast it to any, event already is casted, let's discuss this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants