fix(accessibility): add aria-label to VariableInspector filter input#48
fix(accessibility): add aria-label to VariableInspector filter input#48FraktalDeFiDAO wants to merge 1 commit into
Conversation
Adds aria-label="Filter variables" to the filter input in the REPL VariableInspector component for screen reader accessibility.
💰 Payout InformationPlease use the following addresses for bounty payout:
Thank you! |
|
Hi - checking in on this PR. Let me know if there's anything needed. Thanks! |
|
test |
|
Hi - checking in on this PR. Let me know if there's anything needed. Thanks! |
|
Hi @CortexLM maintainers — following up on this accessibility fix. It adds |
|
Hi — following up on this accessibility fix (aria-label on the VariableInspector filter input). One-line change, no breaking changes. Let me know if there's anything blocking review. |
|
Hi @CortexLM — following up again. PR is clean and ready. Is there anything else needed for review? Happy to make changes. |
Summary
aria-label="Filter variables"to the filter input in the REPL VariableInspector component for screen reader accessibility (WCAG compliance)Fix
aria-labelattribute, making it inaccessible to screen reader usersChanges
src/components/repl/VariableInspector.tsx: Addedaria-label="Filter variables"to the filter input element