We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b4c5a commit adc1da3Copy full SHA for adc1da3
βsrc/input-file.component.js
@@ -6,7 +6,7 @@ class InputFileComponent {
6
this.$attrs = $attrs;
7
}
8
9
- $onInit() {
+ $postLink() {
10
const inputElement = this.$element[0].getElementsByTagName('input')[0];
11
12
// If there is a multiple attribute different than "false"
0 commit comments