Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

186
Views
4 Md-selects en flexbox/md-toolbar rompe el diseño receptivo

Tengo el siguiente código:

 <form novalidate [formGroup]="form"> <div *ngIf="data"> <div fxLayout="row"> <md-select placeholder="Make" formControlName="make.name" (change)="onUpdate(form.value)" fxFlex="25"> <md-option *ngFor="let make of data.makes" [value]="make"> {{ make }} </md-option> </md-select> <md-select placeholder="Model" formControlName="model.name" (change)="onUpdate(form.value)" fxFlex="25"> <md-option *ngFor="let model of data.models" [value]="model"> {{ model }} </md-option> </md-select> <md-select placeholder="Year" formControlName="year.year" (change)="onUpdate(form.value)" fxFlex="25"> <md-option *ngFor="let year of data.years" [value]="year"> {{ year }} </md-option> </md-select> <md-select placeholder="Trim" formControlName="trim" (change)="onUpdate(form.value)" fxFlex="25"> <md-option *ngFor="let trim of data.trim" [value]="trim"> {{ trim }} </md-option> </md-select> </div> </div> </form>

Lo cual produce el siguiente resultado:

Barra de herramientas de escritorio

Idealmente, se supone que debe extenderse a lo largo de la barra de herramientas de manera uniforme.
¿Por qué no hace eso?

Además, en el móvil:

mal móvil

Como puede ver, se extiende más allá de la barra de herramientas. ¡Ay!

Al inspeccionar el elemento, noté lo siguiente:

 .mat-select-trigger { min-width: 112px; }

Al apagarlo, hace que los elementos md-select sean más pequeños, pero no cambia de tamaño en consecuencia. ¿Cómo puedo solucionar esto?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!