mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
this.initFormControls() fix
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
class TablerDemo {
|
class TablerDemo {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.init();
|
this.init();
|
||||||
this.initFormControls();
|
|
||||||
|
|
||||||
this.form = document.querySelector('.js-layout-form');
|
this.form = document.querySelector('.js-layout-form');
|
||||||
|
|
||||||
@@ -20,6 +19,8 @@ class TablerDemo {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.initFormControls();
|
||||||
};
|
};
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
|
|||||||
Reference in New Issue
Block a user