Johannes Rieke

Results 29 comments of Johannes Rieke

We recently pushed a change to only open the keyboard on mobile if the selectbox has more than 10 options. I think that's a good compromise between better usability of...

You can now enable/disable a border for `st.container` and `st.form`. We currently don't have plans to allow changing border color etc but I will leave this open since we want...

@msquaredds Can you open separate GitHub issues for these things and mark them as bugs? If it's just a comment in here, we'll lose track of it.

Going to change this to an enhancement though since the behavior described in the original issue is intended. When you change the value of `index`, Streamlit should treat this as...

@CHerSun has rightfully pointed out in #6482 that we should also think about supporting CSS classes, not only IDs. I changed the title of this issue to include both, so...

We now allow to remove the border of the form via `st.form(..., border=False)`. This should let you place a form inside an expander without having the double border. Closing.

Just tried out the `locale` setting in BaseWeb real quick. It indeed adapts the starting day correctly based on the country. E.g. for the code below that sets a German...

Alternatively, we should probably allow having a config file on the same level as the app file, and traverse upward if it doesn't exist.

Makes sense! I was having a similar issue recently, maybe this could be a nice solution. Not super high priority right now but I think we should fix this at...