Disable enter button in UDForm

Hey,
Is there any way to disable the enter button in a UDForm?
In the form, I also have a search functionality with a New-UDTextbox / New-UDButton and when the user is quick, they click Enter and instead of searching, they submit the form.

Product: PowerShell Universal
Version: 1.4.6

This was a recent change and we can add a flag to prevent that from happening.

Sounds good! Even better if we can tie a specific textbox to a button.
Current workaround was to add a checkbox and use the validation on the form.