You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using an input field with Action on leave = Confirm causes issues when pressing the Enter key: it's no longer possible to select or focus on other input controls.
To Reproduce
Steps to reproduce the behavior:
Configure an input field with Action on leave = Confirm.
Launch the HMI.
Focus on the input and enter a value.
Press Enter to confirm.
Try to select or interact with another input control.
Expected behavior
After pressing Enter, the value should be confirmed, the value selected and the user should be able to continue interacting with other inputs.