I want to pass the textfield value while a user is actively typing, but I cannot seem to find that prop.
Current use case:
Text field is the user input for a tree search. I want active results without having to remove focus (tab or clicks on other items) or hitting enter. In a perfect world I could actively filter as the user adds or removes text (active searching).
I am using a simple search functionality that all works, it just requires input completion on the text field (hitting tab or enter).
Short time listener and first time caller, so thank you in advance!