feat: set disable style of device name in side menu (#656)
* feat: visualise disabled state of the 'Device name' input control * fix: original value handling
This commit is contained in:
committed by
László Monda
parent
8e20c85e07
commit
ee53a0df9b
@@ -0,0 +1,10 @@
|
||||
<input #inputControl
|
||||
cancelable
|
||||
[class]="css"
|
||||
type="text"
|
||||
[disabled]="disabled"
|
||||
[(ngModel)]="model"
|
||||
(blur)="blur()"
|
||||
(focus)="focus()"
|
||||
(keyup.enter)="keyEnter($event)"
|
||||
(keyup)="calculateTextWidth($event.target.value)">
|
||||
Reference in New Issue
Block a user