MatSelect component FullWidth hidden behind table
samerios opened this issue · 0 comments
samerios commented
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:
- create table template component
- Init table columns and rows
- Each columns and have type and by type this the rows init component (MatSelect ,Mat textFiels, MatNumericUpDown....)
- All component is use "Full width" option
- 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