mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
implemented dropdowns
This commit is contained in:
@@ -27,6 +27,7 @@ class InputFieldElement extends BaseComponentElement {
|
||||
public elementConnected = (): void => {
|
||||
this.randId = `${name}${randomId()}`;
|
||||
this.update();
|
||||
this.validate();
|
||||
};
|
||||
|
||||
get valid(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user