Closed nilshoerrmann closed 4 years ago
For line 163 and follow I would suggest:
if(form) {
form.novalidate = false;
errors = form.$refs.fields.errors;
invalid = true;
....
This re-enables form validation. Hence, the red indicators on invalid fields will be shown after hitting the submit button.
Changed that, too.
LGTM!
Great, thank you!
This commit adapts the dialog UI to the Panel’s current default layout. It also makes sure fields are not validated on load and that the submit button is correctly labeled.
Fixes #29