|
|
@ -1,4 +1,4 @@ |
|
|
<span class="control-container"> |
|
|
<div class="control-container"> |
|
|
<input type="text" class="form-control" (blur)="blur()" (keydown)="onKeyDown($event)" #input |
|
|
<input type="text" class="form-control" (blur)="blur()" (keydown)="onKeyDown($event)" #input |
|
|
[sqxFocusOnInit]="autoFocus" |
|
|
[sqxFocusOnInit]="autoFocus" |
|
|
[name]="inputName" |
|
|
[name]="inputName" |
|
|
@ -29,4 +29,4 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
</span> |
|
|
</div> |