Hello everyone,
Streamlit has been extremely helpful in deploying prototypes! I am currently working on an app that needs a dropdown with about 20k options. I don’t need all options to be rendered from the beginning and it is making the app too slow to the point of being unusable. Is it possible to delay filling up the options until the user has started to type and dynamically update the options?
I would be the exact functionality as the dynamic options example from this dash tutorial (https://dash.plotly.com/dash-core-components/dropdown)