Skip to content
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

Update dynamicFlowProgressLWC.html #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
/* MODIFICATION LOG
*
* Date Developer Story Description
* 08/28/2023 Martin Blase n/a Correct ARIA role for list wrapper from role="listbox" to role="list" - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listitem_role
* 09/19/2022 Mitch Lynch n/a Fixed typo in indicatorType property that listed "NavMenu" instead of "VertNav". Removed tabindex attribute from the Path indicator markup. Added a new showFinalComplete state for Vertical and VertNav, rather than trying to trick them into showing the showCurrent state.
* 09/13/2022 Mitch Lynch n/a Configured masterLabel to "Dynamic Flow Progress".
* 09/01/2022 Mitch Lynch n/a Resolved bug where VerNav wouldn't display the final step as the current step. Fixed issue where currentStepPercentage was not overriding VertNav and Bar.
Expand Down Expand Up @@ -221,7 +222,7 @@
<div class="slds-grid slds-path__scroller-container">
<div class="slds-path__scroller">
<div class="slds-path__scroller_inner">
<ul class="slds-path__nav" role="listbox" aria-orientation="horizontal">
<ul class="slds-path__nav" role="list" aria-orientation="horizontal">

<template for:each={stepsArray} for:item="step">

Expand Down Expand Up @@ -303,4 +304,4 @@
</template>
<!-- ##### END: Ring ##### -->

</template>
</template>