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(typeahead): remove aria-multiline attribute #4409

Merged
merged 2 commits into from Oct 26, 2022

Conversation

stephanieleary
Copy link
Contributor

Removes aria-multiline="false", which is invalid on comboboxes.

Fixes #4181

Removes `aria-multiline="false"`, which is invalid on comboboxes.

Fixes ng-bootstrap#4181
Copy link
Member

@maxokorokov maxokorokov left a comment

Choose a reason for hiding this comment

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

LGTM, could you just update the test as well?

expect(input.getAttribute('aria-multiline')).toBe('false');

@maxokorokov maxokorokov added this to the 13.2.0 milestone Oct 25, 2022
@stephanieleary
Copy link
Contributor Author

Thanks for pointing that out!

@maxokorokov maxokorokov merged commit 9bd749c into ng-bootstrap:master Oct 26, 2022
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.

The aria-multiline attribute is invalid on combobox role
2 participants