Skip to content

Commit

Permalink
Fix #6297 - Dropdown: Focus change when editable and filter enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Apr 8, 2024
1 parent b23a0d6 commit 66c7c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/dropdown/DropdownBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const DropdownBase = ComponentBase.extend({
filterBy: null,
filterClearIcon: null,
filterIcon: null,
filterInputAutoFocus: true,
filterInputAutoFocus: false,
filterLocale: undefined,
filterMatchMode: 'contains',
filterPlaceholder: null,
Expand Down

0 comments on commit 66c7c64

Please sign in to comment.