зеркало из https://github.com/microsoft/reactxp.git
Set VLV Cell tabIndex to -1 if the item is falsy or non-navigable (#947)
This commit is contained in:
Родитель
610a5e089b
Коммит
ae2ac8675a
|
@ -1115,7 +1115,7 @@ export class VirtualListView<ItemInfo extends VirtualListViewItemInfo>
|
|||
}
|
||||
|
||||
_.each(cellList, cell => {
|
||||
let tabIndexValue: number | undefined;
|
||||
let tabIndexValue = -1;
|
||||
let isFocused = false;
|
||||
if (cell.item) {
|
||||
if (cell.item && cell.item.isNavigable) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче