Skip to content

Commit

Permalink
Decided it's better to have the dropdown.highlightFirst setting set…
Browse files Browse the repository at this point in the history
… to `true` by default
  • Loading branch information
yairEO committed Feb 12, 2024
1 parent 57cb194 commit e5ffe6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default {
accentedSearch : true,
includeSelectedTags: false, // Should the suggestions list Include already-selected tags (after filtering)
escapeHTML : true, // escapes HTML entities in the suggestions' rendered text
highlightFirst : false, // highlights first-matched item in the list
highlightFirst : true, // highlights first-matched item in the list
closeOnSelect : true, // closes the dropdown after selecting an item, if `enabled:0` (which means always show dropdown)
clearOnSelect : true, // after selecting a suggetion, should the typed text input remain or be cleared
position : 'all', // 'manual' / 'text' / 'all'
Expand Down

0 comments on commit e5ffe6d

Please sign in to comment.