-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: stepper item events #2094
Comments
Ran into a scenario where this event would've been helpful. For example, if the user should visit each step in order, but can revisit a past step at any time, the program can lose track of which is the active step when the user clicks a previous stepper title. |
Emit on stepper/stepper-item change, rather than on click/hover. |
@joeyHarig @nwhittaker I believe #9351 would take care of this. Can you confirm? |
Yes, I believe so, if it also emits when the user clicks on the stepper's heading. |
Awesome. Thanks for confirming! |
Installed and assigned for verification. |
Verified in Includes two new events:
|
Description
The
calcite-stepper-item
component does not emit any events on click or keypress. Our implementations of the stepper component in ArcGIS Monitor require us to watch for when a stepper item becomes active inorder to determine which step to render within the form adjacent to the stepper component.Acceptance Criteria
Add an event to
calcite-stepper-item
that triggers on click, enter keypress and spacebar keypressex.
onCalciteStepperItemActive
Which Component
calcite-stepper-item
Example Use Case
The text was updated successfully, but these errors were encountered: