@@ -42,6 +42,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
4242 style = " display: flex; flex-direction: column;"
4343 >
4444 <div
45+ aria-disabled = " false"
4546 class = " rc-select-item rc-select-item-option rc-select-item-option-active"
4647 title = " 1"
4748 >
@@ -62,6 +63,7 @@ exports[`Select.Basic does not filter when filterOption value is false 1`] = `
6263 </span >
6364 </div >
6465 <div
66+ aria-disabled = " false"
6567 class = " rc-select-item rc-select-item-option"
6668 title = " 2"
6769 >
@@ -274,6 +276,7 @@ exports[`Select.Basic render should support fieldName 1`] = `
274276 groupLabel
275277 </div >
276278 <div
279+ aria-disabled = " false"
277280 class = " rc-select-item rc-select-item-option rc-select-item-option-grouped rc-select-item-option-active"
278281 title = " label"
279282 >
@@ -320,6 +323,7 @@ exports[`Select.Basic render should support fieldName 2`] = `
320323 groupLabel
321324 </div >
322325 <div
326+ aria-disabled = " false"
323327 class = " rc-select-item rc-select-item-option rc-select-item-option-grouped rc-select-item-option-active"
324328 title = " label"
325329 >
@@ -366,6 +370,7 @@ exports[`Select.Basic render should support fieldName 3`] = `
366370 groupLabel
367371 </div >
368372 <div
373+ aria-disabled = " false"
369374 class = " rc-select-item rc-select-item-option rc-select-item-option-grouped rc-select-item-option-active"
370375 title = " label"
371376 >
@@ -433,6 +438,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
433438 style = " display: flex; flex-direction: column;"
434439 >
435440 <div
441+ aria-disabled = " false"
436442 class = " rc-select-item rc-select-item-option rc-select-item-option-active rc-select-item-option-selected"
437443 title = " 1"
438444 >
@@ -455,6 +461,7 @@ exports[`Select.Basic should contain falsy children 1`] = `
455461 </span >
456462 </div >
457463 <div
464+ aria-disabled = " false"
458465 class = " rc-select-item rc-select-item-option"
459466 title = " 2"
460467 >
@@ -530,6 +537,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
530537 style = " display: flex; flex-direction: column;"
531538 >
532539 <div
540+ aria-disabled = " false"
533541 class = " rc-select-item rc-select-item-option rc-select-item-option-active"
534542 title = " 1"
535543 >
@@ -550,6 +558,7 @@ exports[`Select.Basic should render custom dropdown correctly 1`] = `
550558 </span >
551559 </div >
552560 <div
561+ aria-disabled = " false"
553562 class = " rc-select-item rc-select-item-option"
554563 title = " 2"
555564 >
0 commit comments