Multiline multiselect

Is it possible to create a multiline multiselect input using streamlit? The screenshot below is from a shiny app where you can use shift and cmd/ctrl to select the variables you want.

image

You would need a custom component for this as the current multiselect doesn’t operate that way. So yes, it is possible, but you’d have to do more manual work (or find someone else who already did).

Thanks for the quick response. I took a quick look at Create a Component - Streamlit Docs and creating a custom component looks a bit involved.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.