Is possible to enter and submit a value to st.input_text using Javascript?
Ideally, the input_text box will be created in Streamlit and hidden somewhere in the the page, but the javascript will enter a value and click the submit button. The submitted data will be processed in Streamlit.
When I try to submit the value from javascript, it displays the value in the input_text but not its not activating the submit button as it doesn’t fire/dispatch any events to the box. Any help would be appreciated.
Thanks