You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there
I was trying to make this work with st.text_input but it seems like this functionality of textcomplete is only working with st.text_area.
Any suggestions to make it work with st.text_input?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Seems to be the same issue for chat_input, works in a toy example but in a bigger app it doesn't attach. Switched to text_area and it worked. Is it something with relying on 'area_label' in textcomplete and 'placeholder' in chat_input? At least text_area has an actual label you can set.
We have a big-ish application and chat_input works visually, but the logic, especially how it takes inputs, handles session states and process function calls makes it a chore to switch over from text_input
Hi there
I was trying to make this work with st.text_input but it seems like this functionality of textcomplete is only working with st.text_area.
Any suggestions to make it work with st.text_input?
Thanks in advance
The text was updated successfully, but these errors were encountered: