File tree 1 file changed +6
-5
lines changed
packages/renderer-core/tests/renderer/__snapshots__
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -259,10 +259,11 @@ exports[`Base Render renderComp 1`] = `
259
259
" hidden" : undefined ,
260
260
}
261
261
}
262
+ aria-expanded = " false"
263
+ aria-label = " select"
262
264
autoComplete = " off"
263
265
disabled = { false }
264
266
height = " 100%"
265
- maxLength = { null }
266
267
onBlur = { [Function ]}
267
268
onChange = { [Function ]}
268
269
onCompositionEnd = { [Function ]}
@@ -378,10 +379,11 @@ exports[`Base Render renderComp 1`] = `
378
379
" hidden" : undefined ,
379
380
}
380
381
}
382
+ aria-expanded = " false"
383
+ aria-label = " select"
381
384
autoComplete = " off"
382
385
disabled = { false }
383
386
height = " 100%"
384
- maxLength = { null }
385
387
onBlur = { [Function ]}
386
388
onChange = { [Function ]}
387
389
onCompositionEnd = { [Function ]}
@@ -485,7 +487,6 @@ exports[`Base Render renderComp 1`] = `
485
487
autoComplete = " off"
486
488
disabled = { false }
487
489
height = " 100%"
488
- maxLength = { null }
489
490
onBlur = { [Function ]}
490
491
onChange = { [Function ]}
491
492
onCompositionEnd = { [Function ]}
@@ -988,7 +989,6 @@ exports[`Base Render renderComp 1`] = `
988
989
autoComplete = " off"
989
990
disabled = { false }
990
991
height = " 100%"
991
- maxLength = { null }
992
992
onBlur = { [Function ]}
993
993
onChange = { [Function ]}
994
994
onCompositionEnd = { [Function ]}
@@ -1048,10 +1048,11 @@ exports[`Base Render renderComp 1`] = `
1048
1048
" hidden" : undefined ,
1049
1049
}
1050
1050
}
1051
+ aria-expanded = " false"
1052
+ aria-label = " select"
1051
1053
autoComplete = " off"
1052
1054
disabled = { false }
1053
1055
height = " 100%"
1054
- maxLength = { null }
1055
1056
name = " error"
1056
1057
onBlur = { [Function ]}
1057
1058
onChange = { [Function ]}
You can’t perform that action at this time.
0 commit comments