-
Notifications
You must be signed in to change notification settings - Fork 747
Fix/grid list item accessibility issue in ios #3887
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
Fix/grid list item accessibility issue in ios #3887
Conversation
| alignToStart={alignToStart} | ||
| overlayText={overlayText} | ||
| horizontalAlignment={horizontalAlignment} | ||
| containerProps={{accessible: false}} |
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.
You can remove this two lines (56, 62) from the example screen.
adids1221
left a comment
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.
Approved, nice work 👍
Make sure to remove the unnecessary lines from the example screen before merging.
✅ PR Description Validation PassedAll required sections are properly filled out:
Your PR is good for review! 🚀 This validation ensures all sections from the PR template are properly filled. |
Description
fix grid list item accessibility issue in ios:
issue: accessible containerProps.accessible doesn't override correctly the grid list container view's accessible prop.
fix: changed order in internal implementation to fix override priority
Changelog
fix grid list item accessibility issue in ios
Additional info
Ticket 4894