Skip to content

Commit b00b18f

Browse files
authored
Merge pull request #1 from DaPulse/adir/fix-virtualizer-keyboard
Adir/fix virtualizer keyboard
2 parents e360d95 + 1a0db4f commit b00b18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Grid/Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ type State = {
257257
*/
258258
class Grid extends React.PureComponent<Props, State> {
259259
static defaultProps = {
260-
'aria-label': 'grid',
261260
'aria-readonly': true,
262261
autoContainerWidth: false,
263262
autoHeight: false,
@@ -1057,6 +1056,7 @@ class Grid extends React.PureComponent<Props, State> {
10571056
{childrenToDisplay.length > 0 && (
10581057
<div
10591058
className="ReactVirtualized__Grid__innerScrollContainer"
1059+
id="scroll-container"
10601060
role={containerRole}
10611061
style={{
10621062
width: autoContainerWidth ? 'auto' : totalColumnsWidth,

0 commit comments

Comments
 (0)