ampliar tamaño de textarea y agregar id

This commit is contained in:
Eduardo Quiros 2021-08-06 23:03:59 -06:00
parent bf6df60f00
commit aa5fddb08e
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
</ng-container>
</ng-container>
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!ePregunta.tipo">
<textarea cols="30" rows="10"></textarea>
<textarea id="{{ ePregunta.id }}" cols="33" rows="10"></textarea>
</div>
</div>
</div>