Replying to myself, st_tags_sidebar
can be replaced with st_tags
: it works with a with
:
with st.sidebar:
choice = st_tags(['1234'], [''], "test")
Replying to myself, st_tags_sidebar
can be replaced with st_tags
: it works with a with
:
with st.sidebar:
choice = st_tags(['1234'], [''], "test")
Love it! Very useful, Thank you
Is it possible do indicate a “separator” of tags? On my app, users usually insert values separated by commas, and i wanted my app to interpret it as a list.
Hello! I would like to say that I absolutely love this new component. It works so well!
I just wonder if it would be possible to combine selectbox with tags. So, when the user types in anything, the drop-down menu shows keywords that matches with their query. Just an idea. But overall, nice work and thank you!