Skip to content

docs(TextInput): audit accessibility - #6732

Open
lisalupi wants to merge 1 commit into
mainfrom
docs/a11y-text-input-audit
Open

docs(TextInput): audit accessibility#6732
lisalupi wants to merge 1 commit into
mainfrom
docs/a11y-text-input-audit

Conversation

@lisalupi

Copy link
Copy Markdown
Collaborator

Summary

Type

  • Documentation

Summarize concisely:

What is expected?

Audit TextInput accessibility

@lisalupi
lisalupi requested a review from iManu July 30, 2026 14:38
@lisalupi lisalupi self-assigned this Jul 30, 2026
@lisalupi
lisalupi requested a review from jsulpis as a code owner July 30, 2026 14:38
@lisalupi lisalupi added documentation Improvements or additions to documentation accessibility labels Jul 30, 2026
@changeset-bot

changeset-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e88acbe

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov

codecov Bot commented Jul 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.07%. Comparing base (1fb7b25) to head (e88acbe).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #6732      +/-   ##
==========================================
+ Coverage   91.01%   91.07%   +0.05%     
==========================================
  Files         560      560              
  Lines       10253    10253              
  Branches     3692     3692              
==========================================
+ Hits         9332     9338       +6     
+ Misses        921      915       -6     

see 3 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a893c89...e88acbe. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.


**Medium:**

- Password visibility toggle buttons lack accessible labels that indicate the action. "show" and "hide" are ambiguous without context. Should be "Show password" and "Hide password", or use `tooltipLabel` prop.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the tooltipLabel prop should define the label of the field itself and not some subcomponents, right ? Maybe we could have a labels prop as an object with different labels used in the component. Same for the clear button below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

accessibility documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants