8000 fix(select-control): fix disable input when set thyDisabled · atinc/ngx-tethys@6ae1634 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 6ae1634

Browse files
committed
fix(select-control): fix disable input when set thyDisabled
1 parent 0982825 commit 6ae1634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/select/select-control/select-control.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
(input)="updateWidth()"
99
[ngModel]="inputValue"
1010
(ngModelChange)="setInputValue($event)"
11+
[disabled]="thyDisabled"
1112
/>
1213
</ng-template>
1314

0 commit comments

Comments
 (0)
0