Is there a way to bind a button to a field, so that if a user hit’s enter while the focus/cursor is in that field, it will trigger a button click action?
I have a search field and button and would like to user to be able to type into the field and click enter to trigger the Search button.