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
Thank you for the fantastic package! However, I encountered an issue with the airDatepickerInput. As shown in the screenshot, after selecting a date range, the displayed date does not match my selection—the month of the date is shown as "00," even though the date data in the backend is correct.
the code I used is:
inputId = ns("dateid"),
label = "Select date range:",
placeholder = "pick a range of dates",
multiple = 2,
range = TRUE,
dateFormat = "yyyy-mm-dd",
clearButton = TRUE,
minDate = '2017-03-18',
maxDate = '2023-09-10',
autoClose = TRUE
)
The text was updated successfully, but these errors were encountered:
Dear Author,
Thank you for the fantastic package! However, I encountered an issue with the
airDatepickerInput
. As shown in the screenshot, after selecting a date range, the displayed date does not match my selection—the month of the date is shown as "00," even though the date data in the backend is correct.the code I used is:
The text was updated successfully, but these errors were encountered: