Hello!
I have made a PowerApp with a simple text input field and a button. When pressing the button, I am making an API call, searching for what I have just written. The app works well, but I find myself, and the people that have tested it, to instinctively press ENTER when we have written what we want to search for. At the moment, that does absolutely nothing.
I would like to add functionality so that pressing the ENTER key actually performs a search, similar to the Search button.
My research has made me try slider OnChange events and Text Input OnChange events to select the button, but that always makes it search every time I input anything into the text input, and I don't want that.
Is it possible to do an action when pressing ENTER?