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
This shiny app contains an airDatepickerInput and a button. If the button is clicked, the date should switch to today's date, but with shinyWidgets 0.8.3, the date does not change.
Interestingly, the option is applied correctly: the maxDate is set as expected after the button has been clicked.
With shinyWidgets 0.8.2, this works as expected. Also, when the argument options is removed, the date is updated as expected even with version 0.8.3.
Im running this on Ubuntu 22.04.4 with R 4.3.3 and shiny 1.8.1.
The text was updated successfully, but these errors were encountered:
stibu81
changed the title
updateAirDateInput() does not update seleceted date if options is usedupdateAirDateInput() does not update seleceted date if options is used
Mar 30, 2024
stibu81
changed the title
updateAirDateInput() does not update seleceted date if options is usedupdateAirDateInput() does not update selected date if options is used
Mar 31, 2024
This shiny app contains an airDatepickerInput and a button. If the button is clicked, the date should switch to today's date, but with shinyWidgets 0.8.3, the date does not change.
Interestingly, the option is applied correctly: the maxDate is set as expected after the button has been clicked.
With shinyWidgets 0.8.2, this works as expected. Also, when the argument
options
is removed, the date is updated as expected even with version 0.8.3.Im running this on Ubuntu 22.04.4 with R 4.3.3 and shiny 1.8.1.
The text was updated successfully, but these errors were encountered: