Hello,
We have a textfield and I want that as soon as I start typing, it'll request data from the API. Something similar to real-time search bar. You type something, and as you are typing it'll request an API call and show the results either in a listview or simply the autocomplete of that textfield. There no action where I can track what is being typed as someone is typing. Can I do this without writing the code?