You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for selectize.js refers to the things you can select as "options" and to the parameters that tweak rendering etc. as "settings".
Shiny's createSelectizeInput() and updateSelectizeInput() refer to the things you can select as "choices" and the javascript parameters as "options".
This conflict over what "options" means can be confusing. I suggest renaming the documented parameter to "settings" to match selectize's docs, but leaving options as an alias for backwards-compatibility.
The text was updated successfully, but these errors were encountered:
dvg-p4
changed the title
Rename the options parameter to settings for createSelectizeInput() and updateSelectizeInput()
Rename the options parameter to settings to avoid confusion with selectize.js's terminology
Oct 10, 2024
The documentation for selectize.js refers to the things you can select as "options" and to the parameters that tweak rendering etc. as "settings".
Shiny's
createSelectizeInput()
andupdateSelectizeInput()
refer to the things you can select as "choices" and the javascript parameters as "options".This conflict over what "options" means can be confusing. I suggest renaming the documented parameter to "settings" to match selectize's docs, but leaving
options
as an alias for backwards-compatibility.The text was updated successfully, but these errors were encountered: