Skip to content

Commit

Permalink
selectOnTab: false
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Mar 19, 2024
1 parent a19bc7e commit 665881c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Craft CMS 4

## Unreleased

- Selectize inputs no longer automatically select the hovered option on <kbd>Tab</kbd> press. ([selectize/selectize.js#2085](https://github.com/selectize/selectize.js/issues/2085))

## 4.8.4 - 2024-03-19

- Craft no longer shows an alert when an installed Craft/plugin edition is a lower tier than the licensed edition.
Expand Down
1 change: 1 addition & 0 deletions src/templates/_includes/forms/selectize.twig
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@

$select.selectize($.extend({
searchField: ['text', 'hint', 'value', 'keywords'],
selectOnTab: false,
render: {
option: data => {
const classes = ['option'];
Expand Down

0 comments on commit 665881c

Please sign in to comment.