Skip to content
Snippets Groups Projects
Commit 85ac3086 authored by jojohoch's avatar jojohoch
Browse files

[editor] Remove placeholder from state variable inputs

parent d98b8c79
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@
<input matInput
#idInput
[class.error]="error"
[placeholder]="'stateVariableId' | translate"
[ngModel]="stateVariable.id"
(input)="checkId(idInput.value)">
</mat-form-field>
......@@ -12,7 +11,6 @@
<mat-form-field>
<mat-label>{{'stateVariableValue' | translate}}</mat-label>
<input matInput
[placeholder]="'stateVariableValue' | translate"
[(ngModel)]="stateVariable.value"
(ngModelChange)="stateVariableChange.emit(stateVariable)">
</mat-form-field>
......
......@@ -13,7 +13,6 @@
<mat-form-field>
<mat-label>{{'stateVariableValue' | translate}}</mat-label>
<input matInput
[placeholder]="'stateVariableValue' | translate"
[(ngModel)]="stateVariable.value"
(ngModelChange)="stateVariableChange.emit(stateVariable)">
</mat-form-field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment