Changing the default ctrl+enter to apply

I’m creating an app which uses text input, and I would like mobile users to be able to use it. I saw that by default, the changes in the text area are applied after ‘ctrl+enter’, Is it possible to do this just by pressing enter?

Hi @006_advaith,

You should be able to create a st.button or st.form_submit_button that would allow the mobile user to submit the text input.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.