implemented dropdowns

This commit is contained in:
Fran Jurmanović
2021-06-06 14:25:58 +02:00
parent 2b0fcf4878
commit 53ee8dfd73
10 changed files with 246 additions and 20 deletions

View File

@@ -27,6 +27,7 @@ class InputFieldElement extends BaseComponentElement {
public elementConnected = (): void => {
this.randId = `${name}${randomId()}`;
this.update();
this.validate();
};
get valid(): boolean {