File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
packages/renderer-core/tests/renderer/__snapshots__ Expand file tree Collapse file tree 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`] = `
259259 " hidden" : undefined ,
260260 }
261261 }
262+ aria-expanded = " false"
263+ aria-label = " select"
262264 autoComplete = " off"
263265 disabled = { false }
264266 height = " 100%"
265- maxLength = { null }
266267 onBlur = { [Function ]}
267268 onChange = { [Function ]}
268269 onCompositionEnd = { [Function ]}
@@ -378,10 +379,11 @@ exports[`Base Render renderComp 1`] = `
378379 " hidden" : undefined ,
379380 }
380381 }
382+ aria-expanded = " false"
383+ aria-label = " select"
381384 autoComplete = " off"
382385 disabled = { false }
383386 height = " 100%"
384- maxLength = { null }
385387 onBlur = { [Function ]}
386388 onChange = { [Function ]}
387389 onCompositionEnd = { [Function ]}
@@ -485,7 +487,6 @@ exports[`Base Render renderComp 1`] = `
485487 autoComplete = " off"
486488 disabled = { false }
487489 height = " 100%"
488- maxLength = { null }
489490 onBlur = { [Function ]}
490491 onChange = { [Function ]}
491492 onCompositionEnd = { [Function ]}
@@ -988,7 +989,6 @@ exports[`Base Render renderComp 1`] = `
988989 autoComplete = " off"
989990 disabled = { false }
990991 height = " 100%"
991- maxLength = { null }
992992 onBlur = { [Function ]}
993993 onChange = { [Function ]}
994994 onCompositionEnd = { [Function ]}
@@ -1048,10 +1048,11 @@ exports[`Base Render renderComp 1`] = `
10481048 " hidden" : undefined ,
10491049 }
10501050 }
1051+ aria-expanded = " false"
1052+ aria-label = " select"
10511053 autoComplete = " off"
10521054 disabled = { false }
10531055 height = " 100%"
1054- maxLength = { null }
10551056 name = " error"
10561057 onBlur = { [Function ]}
10571058 onChange = { [Function ]}
You can’t perform that action at this time.
0 commit comments