Checklist
Summary
When typing text in st.chat_input, it should support the new line keyboard button instead of the "enter" button.
Why?
This will help users make new lines and prevent accidental submissions in mobile use.
How?
Maybe a parameter to use the "new line" button instead or always use it
Additional Context
This would be like st.text_area
Checklist
Summary
When typing text in
st.chat_input, it should support the new line keyboard button instead of the "enter" button.Why?
This will help users make new lines and prevent accidental submissions in mobile use.
How?
Maybe a parameter to use the "new line" button instead or always use it
Additional Context
This would be like
st.text_area