lightning-wizard icon indicating copy to clipboard operation
lightning-wizard copied to clipboard

onchange on Wizard cmp needs renamed to be more explicit

Open mtchevalier opened this issue 3 years ago • 0 comments

The onchange event handler on <c-wizard> catches change events from nested components like <lightning-input> unless I explicitly call event.preventPropogation() on the event handler the input component.

The wizard framework should be modified so that this event/event handler combo uses a more explicit naming structure that has less chance of crossing over with standard component events.

Something like onwizardstepchange would work just fine

mtchevalier avatar Oct 13 '22 15:10 mtchevalier