Skip to content
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

🚀 feat(Input): add a11y attributes to Input #634

Merged
merged 4 commits into from
Mar 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test(input): update snapshot files
marcos-creuz committed Mar 17, 2023
commit c051f18c32c33432fc7c601571d9e5ff713d0b5d
Original file line number Diff line number Diff line change
@@ -1548,6 +1548,7 @@ exports[`<Dropdown /> should match snapshot with error 1`] = `
class="c11"
>
<span
aria-live="polite"
class="c12"
>
Please, select one activity
2 changes: 2 additions & 0 deletions packages/yoga/src/Input/web/__snapshots__/Email.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -185,6 +185,8 @@ exports[`<Input.Email /> Snapshots should match with default input 1`] = `
value=""
>
<input
aria-invalid="false"
aria-label="Label"
class="c2"
label="Label"
type="email"
Loading