Open guigons opened 7 years ago
Hi @guigons were you ever able to get around this issue?
Is the omission of the </option>
a typo? I'm not having issues relating to this, with my own selects in modals. I'm using the standard div.row and column sizes in the CSS. Is it a z-index problem?
Hi @guigons were you ever able to get around this issue?
Nothing for while! I've used "style: height: XXXXpx" manually to supply this problem.
Hello!
Today I meet some problem. I would like to use a "select" like this:
<select formControlName="{{campo.nome}}" materialize="material_select" [materializeSelectOptions]="campo.opcoes">
Until here It`s works perfectly, but when i put it inside a modal there is a problem with select size, follow an example.
Is there a simple way to solve it? Thanks!