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
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
The text was updated successfully, but these errors were encountered:
The
onchange
event handler on<c-wizard>
catcheschange
events from nested components like<lightning-input>
unless I explicitly callevent.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 fineThe text was updated successfully, but these errors were encountered: