Typically you need something like Virtual Scrolling to not overload your browser.
You could maybe add a workflow to your text input that On Change writes the value to a variable, then filter your Select Options to match that variable’s value. But you still might run into issues if the match returns too many results.