We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd9f8f commit 0ce9ef4Copy full SHA for 0ce9ef4
1 file changed
packages/devextreme/js/__internal/ui/m_lookup.ts
@@ -1106,7 +1106,7 @@ class Lookup extends DropDownList<LookupProperties> {
1106
this._removeSearch();
1107
this._renderSearch();
1108
}
1109
- this._setListOption('tabindex', value ? -1 : 0);
+ this._setListOption('tabIndex', value ? -1 : 0);
1110
break;
1111
case 'searchPlaceholder':
1112
this._setSearchPlaceholder();
0 commit comments