Questions tagged [angular-materialize]

This tag is mistakenly used in lieu of [angular-material] for the most of the cases and for the rest for [materialize]. There is no such a package as angular-materilize. There is materilize package but it's not specific to angular. This tag is misleading and should not be used.

Don't use this tag. For Angular Material questions, use instead. For the questions about Materialize, use .

5 questions
1
vote
3 answers

Materialize CSS dropdown inside ngFor Angular 8

I'm trying to add a Materialize dropdown inside a table generate with *ngFor and the dropdown didn't show. If I put the dropdown code outside the table it works.

Users enabled in this node: {{usersEnabled}}

Users in this node:…

1
vote
1 answer

ngx-materialize Switch Tabs programmatically

i m working with Angular 7 and ngx-materialize (ngx-materialize GitHub) The thing is i made a form with tabs and i want to chenge the active tab with a button, for accessibility purpose, the idea is that in the last input 'tabs' to the button and if…
Sandy Veliz
  • 690
  • 9
  • 16
1
vote
1 answer

Angular MaterializeCSS overlapping label with input

I'm trying to use Angular MaterializeCSS (https://krescruz.github.io/angular-materialize/) to create a form, but my labels and inputs are overlapping and I can't seem to figure out how to fix it. My code is below and I have my form wrapped in…
Dave
  • 1,257
  • 2
  • 27
  • 58
1
vote
1 answer

Materializecss tabs not working properly

In the code below, I'm using materializecss and angular-materialize
0
votes
0 answers

Using ng-repeat inside collapsible-body not wrapping the data around the container

I am using Angular-materialize to load and populate my materialize collapsible and everything is showing fine, and here is my code: