I have a shiny based dashboard. I take the dates with "ui.input_date" component from users in shiny. How can i take the hour and minute info with shiny components? When I check the documentation, the only component I could find was "ui.input_text_area". Is there any specific component for taking hour and minute info?
Asked
Active
Viewed 36 times
0
-
I don't think there currently is a time input option for Shiny for Python. You could use two drop downs (select inputs) instead, if you don't want to use free text? – nrennie Mar 14 '23 at 22:20
-
Yeah, I thought about it but 1-min freq dropdown list does not seem proper to me. Thanks for your answer! – murcielago Mar 15 '23 at 06:10