Open LevisNgigi opened 2 weeks ago
Hello @LevisNgigi you have a conflicting package-lock which I believe should not be there in the first place. Can you remove it?
From re-reading the issue description, it also seems that the goal was to make also the number of entires accessible, so that the label should read "Show X entries per page". Can we fix that?
Thank you!
Hello @LevisNgigi you have a conflicting package-lock which I believe should not be there in the first place. Can you remove it?
From re-reading the issue description, it also seems that the goal was to make also the number of entires accessible, so that the label should read "Show X entries per page". Can we fix that?
Thank you!
Yes I can remove it. Not sure how it appeared after fixing the lint issue. I have made changes. I have also deleted the package-lock file.
I still see the package-lock though. I think you can just get it from master and replace it locally so it matches.
I still see the package-lock though. I think you can just get it from master and replace it locally so it matches.
Should be fixed now.
Running CI :)
/testenv up
@geido Ephemeral environment spinning up at http://35.95.64.64:8080. Credentials are admin
/admin
. Please allow several minutes for bootstrapping and startup.
SUMMARY
This PR addresses an accessibility issue in the table charts component of Apache Superset. The 'Show x entries' dropdown lacked proper form control labeling, which is essential for screen reader users. The label has been updated to ensure that it provides a clear and descriptive indication of its purpose, improving the overall accessibility of the feature.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION