Since yesterday, the st.time_input widget has had a problem: the dropdown doesn’t open when it is clicked. It is only possible to write the time.
Here is the link of the repository jeggino/new_field_app at max
The app runs on Community Cloud.
Don’t get away, Luigi
Hey Luigi, thanks for sharing your question and all those details—super helpful!
Welcome to the Streamlit community! If the st.time widget’s dropdown isn’t opening on Streamlit Community Cloud but you can still type the time, this could be a recent regression or a browser compatibility issue. There’s no mention of a known st.time dropdown bug in the official docs, so it’s likely a new or environment-specific issue.
To help debug, please check if the problem occurs in different browsers or in incognito mode. Also, make sure your requirements.txt pins a compatible Streamlit version (e.g., 1.32.0 or higher) and matches your local environment. If the issue persists, try rebooting your app from the Cloud dashboard and check the Cloud logs for errors. For more troubleshooting steps, see the official deployment and app management docs. If you’re still stuck, please share a minimal reproducible example and any relevant log output so the community can jump in and help! 
Sources: