Skip to content

Commit 0ce9ef4

Browse files
author
marker dao ®
committed
refactor(typo)
1 parent 0dd9f8f commit 0ce9ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devextreme/js/__internal/ui/m_lookup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ class Lookup extends DropDownList<LookupProperties> {
11061106
this._removeSearch();
11071107
this._renderSearch();
11081108
}
1109-
this._setListOption('tabindex', value ? -1 : 0);
1109+
this._setListOption('tabIndex', value ? -1 : 0);
11101110
break;
11111111
case 'searchPlaceholder':
11121112
this._setSearchPlaceholder();

0 commit comments

Comments
 (0)