Hi All,
I've recently created a PowerApp which will allow a User to input a number and selecting the search button will cause a Collection to be filtered and shown below.
The App would mainly be used in browser.
This all works fine, however I am not sure how to configure it so the search button can be selected when a User hits enter (as most users would when using a search bar.
I know in most cases you could just add the filter logic on-change of the text field but I am looking for options that are different from that.
Ideally the User would enter a number, hit the Enter button and the Collection would show a list of items filtered by that input.

Cheers