SamProf/MatBlazor

MatSelect component FullWidth hidden behind table

samerios opened this issue · 0 comments

When using "FullWidth" option in matSelect component into table (Mat table component) the container of matSelect cut off in table (hidden behind table)

Steps to reproduce the behavior:

  1. create table template component
  2. Init table columns and rows
  3. Each columns and have type and by type this the rows init component (MatSelect ,Mat textFiels, MatNumericUpDown....)
  4. All component is use "Full width" option
  5. Show table template component

Expected behavior
I try to use MatSelect without "Full width" option and no problem but i need to use full width option

Screenshots
image