When the user types in changes in the form and than hits enter, the changes are not saved but reset.
This behaviour was found in
- project configuration / loaners / addional fields (fixed in c099a619a0deb7e40741d93fb8f9d1162a4d0598)
- loaner details
Probalby more...
Root cause: "Enter" triggers a submit Event. If no submit button is defined the browser choses the first - and finds the reset button.
What sould be done when entering:
- Dialogs: Save and close
- Forms: Do nothing
When the user types in changes in the form and than hits enter, the changes are not saved but reset.
This behaviour was found in
Probalby more...
Root cause: "Enter" triggers a submit Event. If no submit button is defined the browser choses the first - and finds the reset button.
What sould be done when entering: