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(Table): aria-readonly is not allowed on rowgroup #1380

Merged
merged 1 commit into from Jun 26, 2019

Conversation

eps1lon
Copy link
Contributor

@eps1lon eps1lon commented May 28, 2019

Closes #1313

Didn't find any existing test for aria-readonly so I'm not sure if you even want tests for this.

@@ -416,6 +416,7 @@ export default class Table extends React.PureComponent {

<Grid
{...this.props}
aria-readonly={null}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wuweiweiwu wuweiweiwu merged commit 7e5ceaa into bvaughn:master Jun 26, 2019
@eps1lon eps1lon deleted the fix/Table/aria-readonly branch June 26, 2019 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Table has invalid aria-readonly attribute
2 participants