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

fix(search): AVT1 bugs #1416

Merged
merged 6 commits into from Nov 13, 2018
Merged

fix(search): AVT1 bugs #1416

merged 6 commits into from Nov 13, 2018

Conversation

dakahn
Copy link
Contributor

@dakahn dakahn commented Nov 9, 2018

Closes #1363

Implements various changes to address AVT1 bugs found in the search component during testing.

Copy link
Contributor

@asudoh asudoh left a comment

Choose a reason for hiding this comment

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

LGTM 👍 - Thanks @dakahn!

<label id="search-input-label-1" class="bx--label" for="search__input-1">Search</label>
<input class="bx--search-input" type="text" role="search" id="search__input-1" placeholder="Search" aria-labelledby="search-input-label-2">
<input class="bx--search-input" type="text" id="search__input-1" placeholder="Search" aria-labelledby="search-input-label-1">
Copy link
Contributor

Choose a reason for hiding this comment

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

This is more-so an issue with the originally markup, but why do we have label with for and aria-labelledby set?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Totally. Took it out. 👍

Copy link
Member

@alisonjoseph alisonjoseph left a comment

Choose a reason for hiding this comment

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

LGTM

@alisonjoseph alisonjoseph merged commit d605483 into carbon-design-system:master Nov 13, 2018
@carbon-bot
Copy link
Contributor

🎉 This PR is included in version 9.48.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

joshblack pushed a commit to joshblack/carbon that referenced this pull request May 2, 2019
…system#1417)

* fix: Add listener to outside of modal.

* fix: Update focus ref.

* fix: Change ref naming to more closely mimic the Modal component.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants