Commit 49a41402f6ffc30cc717de8d2243ffdd1ac0f706
Exists in
master
Merge branch 'master' into 'develop'
Master(mpuebla) See merge request !129
Showing
1 changed file
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
| ... | ... | @@ -32,10 +32,11 @@ |
| 32 | 32 | </label> |
| 33 | 33 | <div class="col-12 col-sm-6 col-md-5 col-lg-5"> |
| 34 | 34 | <input |
| 35 | + [matKeyboard]="'spanish'" | |
| 35 | 36 | type="text" |
| 36 | 37 | class="form-control text-center" |
| 37 | 38 | id="customLabel" |
| 38 | - maxlength="24" | |
| 39 | + maxlength="24" | |
| 39 | 40 | [(ngModel)]="pedidoAnombreDe" |
| 40 | 41 | autofocus |
| 41 | 42 | > |