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
shinyWidgetsGallery() new look for the gallery and two new tabs (for airDatepickerInput() and virtualSelectInput()).
airDatepickerInput() : added arguments :
disabledDaysOfWeek to disable day(s) of the week.
readonly to prevent edit in the input field.
onkeydown to add onkeydown attribute on the input field.
materialSwitch() : click on the label now toggle the switch #582.
pickerInput() : added argument stateInput to activate or deactivate the special input value input$<inputId>_open allowing to know if the menu is opened or not.
updateColorPickr() : added argument swatches to update swatches from server.
Updated virtual-select-plugin to 1.0.39 (fix #601).
Updated sweetalert2 to v11.7.27.
Updated air-datepicker to 3.3.5.
Bug fixes
verticalTabsetPanel() does not render output content when using Bootstrap 5 #570.
virtualSelectInput : fixed crash with choices=list() #571.
Deprecated functions
useShinydashboard(), useShinydashboardPlus(), useTablerDash(), useArgonDash(), useBs4Dash(), setShadow(), setSliderColor() are deprecated and will be removed in a future release.