For anyone seeing this question in 2025 or later, this is now possible. If you want both (button and enter) you can put Select(Button) in the OnChange property of the text input control. If you just want enter, put whatever code is in your button into the OnChange property. That property will trigger from hitting enter or tab, or just clicking outside of the text input control.