I have recently noticed in SAF that if the user is filling a text or number input field and types *** then hits enter this can trigger the next button on the page rather than just entering the number of new text line. Obviously the enter is not needed to submit the input but this is something a user may do.
Is there any way to prevent the enter button triggering buttons later on the UI page. (I tried adding debounce = true but this did not help)