MatBlazor icon indicating copy to clipboard operation
MatBlazor copied to clipboard

MatSelect component FullWidth hidden behind table

Open samerios opened this issue 4 years ago • 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

samerios avatar Jun 28 '21 07:06 samerios