streamlit-datalist
streamlit-datalist copied to clipboard
Datalist element for Streamlit
I'm interested in incorporating a callback function, complete with its corresponding `kwargs`, to be triggered upon a change in value. Once this feature gets merged, do you have intentions to...
Hi, In st.selectbox after selection you get an 'x' at the right for removing and reselecting text. With this one the user has to remove the whole text before reselecting...
Capability to increase or decrease the dropdown text Font, and also to allow the word rap for Long texts
Hi, nice idea with datalist. Right now component emits `setComponentValue()` on blur including cases when value was not changed, this triggers page re-rendering. How about just remembering last value and...
Splitting this request off of Issue #1. Changes to the UI are needed to replicate the way Streamlit selectboxes look.
Splitting this request off of Issue #1. Allow widget label to be formatted by users using Markdown.