Results 169 comments of Lukas Masuch

@Brandon-lz Thanks for reporting this issue. I was able to reproduce this after waiting for some time. Unfortunately, I haven't figured out why this is happening. However, I think `experimental_rerun`...

Thanks again for this contribution :) I will have some time for review beginning of next week.

Hey @TomTom101, it is not possible currently to pre-load an input form from a model instance. But this would be indeed a fantastic feature. I will try to add it...

@BenediktPrusas Thanks for your suggestion :) This would be definitely a useful feature. However, it might be a bit more complicated to implement this since we need to find a...

@papalotis Thanks for your feature suggestion. This is indeed broken when it is used with `pydantic_form` (instead of `pydantic_input`). The problem is that Streamlit currently does not provide any kind...

@disbr007 Thanks for your comment! There is no good workaround I know of at the moment since streamlit does not provide any widgets for multi-element inputs. But there might be...

Thanks for the suggestion :) we are working on some improvements for `st.experimental_singleton` and `st.experimental_memo` this quarter and this sounds like a useful feature to add. FYI @kajarenc @jrieke

@DavideFerri Thanks for reporting this issue! I was able to reproduce this [here](https://issues.streamlitapp.com/?issue=gh-5125). And big thanks for the great analysis of @bwhitesell. This is indeed the expected behavior since a...

@sfc-gh-tszerszen Big thanks for taking on this update. It does look like it requires way fewer changes than I would have expected. I did had a quick look: - I...

Hey, thanks for continuing with this update! I did a side-by-side comparison of [this PR](https://streamlit-core-previews-streamlit-app-update-baseui-to-1-w2gy2e.streamlitapp.com/) with the [develop preview](https://streamlit-core-previews-streamlit-app-develop-preview-tskxqa.streamlitapp.com/). A few findings: 1) The rounded corners of the checkbox are...