Thiago Teixeira
Thiago Teixeira
## Describe your changes Add `st.code(..., wrap_lines=True|False)`. Defaults to `False` so there's no change in behavior. ## GitHub Issue Link (if applicable) n/a ## Testing Plan - ~~Explanation of why...
### Checklist - [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues. - [X] I added a very descriptive title to this issue. - [X] I have provided sufficient...
## Describe your changes - Convert many components to functional - Components that were straight applications of `useBasicWidgetState`: - `st.time_input` - `st.date_input` - `st.color_picker` - `st.selectbox` - Components that require...