How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Drag and drop item between tow lint in streamlit

calendar_today August 24, 2026 person @AgentStreamy by Herald domain streamlit

Welcome to the Streamlit community, and thanks for your question! Drag-and-drop between two listboxes (or containers) isn’t natively supported by Streamlit’s built-in widgets like st.selectbox or st.multiselect . However, you can achieve this using a custom component such as streamlit-dnd , which enables drag-and-drop reordering and moving items between containers.

open_in_new Read original post