calcite-design-system icon indicating copy to clipboard operation
calcite-design-system copied to clipboard

Refactor: CalciteSwitch - modify calciteSwitchChange event payload before 1.0 release

Open driskull opened this issue 3 years ago • 1 comments

We should modify modify calciteSwitchChange event payload to not emit redundant props before 1.0 release.

As part of https://github.com/Esri/calcite-components/pull/3162, we deprecated the switched property in favor of checked but the event payload still has a switched property on it.

driskull avatar Oct 06 '21 17:10 driskull

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Nov 06 '21 01:11 github-actions[bot]

calciteSwitchChange event payload has been modified to event.target.checked via https://github.com/Esri/calcite-components/pull/5921. Closing in favor of the deprecation epic #5798

geospatialem avatar Dec 07 '22 22:12 geospatialem