added page titles

This commit is contained in:
Fran Jurmanović
2021-06-06 12:50:59 +02:00
parent a0122cc59a
commit 17551385a1
14 changed files with 78 additions and 20 deletions

View File

@@ -23,12 +23,6 @@ class AppFormElement extends BaseComponentElement {
this.update();
};
public keyUp = (e) => {
if (e.keyCode === 13) {
this.onSubmit(e);
}
};
public onSubmit = (e) => {
e.preventDefault();
if (!this.valid) {