mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-07 22:24:02 -05:00
Change selectize.js selectOnTab option back to false (#3935)
Co-authored-by: cpsievert <cpsievert@users.noreply.github.com>
This commit is contained in:
@@ -2757,7 +2757,7 @@ Selectize.defaults = {
|
||||
maxItems: null,
|
||||
hideSelected: null,
|
||||
addPrecedence: false,
|
||||
selectOnTab: true,
|
||||
selectOnTab: false,
|
||||
preload: false,
|
||||
allowEmptyOption: false,
|
||||
showEmptyOptionInDropdown: false,
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,13 @@
|
||||
diff --git a/inst/www/shared/selectize/js/selectize.js b/inst/www/shared/selectize/js/selectize.js
|
||||
index a902fae5b..5fa6dccaf 100644
|
||||
--- a/inst/www/shared/selectize/js/selectize.js
|
||||
+++ b/inst/www/shared/selectize/js/selectize.js
|
||||
@@ -2757,7 +2757,7 @@ Selectize.defaults = {
|
||||
maxItems: null,
|
||||
hideSelected: null,
|
||||
addPrecedence: false,
|
||||
- selectOnTab: true,
|
||||
+ selectOnTab: false,
|
||||
preload: false,
|
||||
allowEmptyOption: false,
|
||||
showEmptyOptionInDropdown: false,
|
||||
Reference in New Issue
Block a user