I am trying to create a shiny app in which one is able to set a specific date, time and value and save those in a URL. That way, when you want to enter a second set of values, you won't have to again enter those first values.
I succeeded saving dates and numeric values; However, for some reason when using timeInput (from shinyTime) for setting a specific time, it resets after bookmarking and pasting the URL. Any suggestions how to prevent the time from resetting or how to circumvent this?
I am trying to create a shiny app in which one is able to set a specific date, time and value and save those in a URL. That way, when you want to enter a second set of values, you won't have to again enter those first values.
I succeeded saving dates and numeric values; However, for some reason when using timeInput (from shinyTime) for setting a specific time, it resets after bookmarking and pasting the URL. Any suggestions how to prevent the time from resetting or how to circumvent this?