Is there a way to lazily load Select options?

If I have 1e6 options, it freezes the browser.

I was wondering if there’s a way to gradually show options based on how far user scrolls down.

That’s a lot. Have you tried autocomplete? https://panel.holoviz.org/reference/widgets/AutocompleteInput.html

Thanks for the suggestion. However, that freezes up too upon its query.

1 Like