-
Notifications
You must be signed in to change notification settings - Fork 166
Added ariaDescription prop for terra list #3993
Conversation
* Updated | ||
* Added `ariaDescription` example added for terra-list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated | |
* Added `ariaDescription` example added for terra-list | |
* Changed | |
* Reverted `Removed ariaDescription example added for terra-list` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
packages/terra-list/CHANGELOG.md
Outdated
* Updated | ||
* Added `ariaDescription` prop in list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated | |
* Added `ariaDescription` prop in list | |
* Changed | |
* Reverted `Removed ariaDescription prop from list`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
@@ -200,9 +200,6 @@ const ListSection = ({ | |||
style: getStyleforDrag(ListItem, snapshot, provider), | |||
}); | |||
|
|||
/* eslint-disable-next-line no-param-reassign */ | |||
delete customProps?.isTabFocusDisabled; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are you reverting this change ..??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
* Changed | ||
* Reverted `Removed ariaDescription prop from list`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to line space for consistency
* Changed | |
* Reverted `Removed ariaDescription prop from list`. | |
* Changed | |
* Reverted `Removed ariaDescription prop from list`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
* Updated | ||
* Added `ariaDescription` prop in list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Updated | |
* Added `ariaDescription` prop in list | |
* Changed | |
* Reverted `Removed ariaDescription prop from list`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
Summary
The
ariaDescription
prop has been included in the Terra List component.What was changed:
Added
ariaDescription
prop to terra-listWhy it was changed:
Testing
This change was tested using:
Reviews
In addition to engineering reviews, this PR needs:
Additional Details
This PR resolves:
UXPLATFORM-9893
Thank you for contributing to Terra.
@cerner/terra