Johannes Rieke
Johannes Rieke
Yup, we are thinking about this! Do you have a concrete use case in mind / which suggestions you'd like to show? The more detail the better!
Thanks for the suggestion. We've considered allowing raw JavaScript in Streamlit apps but haven't made a decision yet. This is obviously a pretty fundamental decision + it's not super high...
Hey, yes feel free to make a PR! We'll probably need a small design for this, but shouldn't be too complicated, so feel free to just make it similar to...
I think same as GitHub, if a hex color is within backticks (`).
Yeah that directionally looks good. I'd only allow the colors we allow for colored text here. And the main question is how you set the color for the icon. I...
We have `st.time_input`. You can use it in combination with `st.date_input` to create a datetime input. I know it's a bit annoying to use 2 widgets for such a simple...
# Update Hey all, we just built a prototype for this (see #13014). You can try out the wheel file [here](https://core-previews.s3-us-west-2.amazonaws.com/pr-13014/streamlit-1.51.0-py3-none-any.whl). If you try this out, please let us know...
# Update This will be available in the next release (1.52, early December) as `st.datetime_input`. Let us know if there are any other requests for this!
Hey, we're planning to implement the feature I linked above (#11277) sometime this year, which will offer a solution for the issue presented here by setting a stable `key`. I'd...
Hey @axelcarapinha! Thanks for the contribution. I'll bring this up with the team for discussion tomorrow. I understand that this makes it more handy in some situations, but I'm not...