Closed as not planned
Description
The docs state that selectOnTab
defaults to false
, when in fact, it defaults to true
.
selectize.js/docs/docs/usage.mdx
Line 86 in e3f2e0b
Line 21 in e3f2e0b
Note that the default was changed here #945, but as other users have brought up, selectOnTab: true
isn't a great experience for keyboard-only users trying to navigate through a larger site (I'd be in support of reverting the default back to false
).