We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e360d95 + 1a0db4f commit b00b18fCopy full SHA for b00b18f
source/Grid/Grid.js
@@ -257,7 +257,6 @@ type State = {
257
*/
258
class Grid extends React.PureComponent<Props, State> {
259
static defaultProps = {
260
- 'aria-label': 'grid',
261
'aria-readonly': true,
262
autoContainerWidth: false,
263
autoHeight: false,
@@ -1057,6 +1056,7 @@ class Grid extends React.PureComponent<Props, State> {
1057
1056
{childrenToDisplay.length > 0 && (
1058
<div
1059
className="ReactVirtualized__Grid__innerScrollContainer"
+ id="scroll-container"
1060
role={containerRole}
1061
style={{
1062
width: autoContainerWidth ? 'auto' : totalColumnsWidth,
0 commit comments