Victor Muresanu

Results 7 comments of Victor Muresanu

Do you have any errors in the console? The fact that input renders but not mat-label is very likely because of some errors or warnings.

Issue still persists in Angular 10.1 Same for me, nothing from above proposed solutions work. As a workaround I need to copy `{ provide: ErrorStateMatcher, useClass: ShowOnDirtyErrorStateMatcher },` (or a...

Just stumbled upon this issue. @mmalerba @crisbeto any chance this PR is merged so that user can override the `--mat-mdc-snack-bar-button-color` variable?

@AhmedMaslooh you can override the font size / family in a global scss

If someone needs I created a fork and published the upgraded version - https://www.npmjs.com/package/@vmuresanu1/ngx-zendesk-webwidget. If somehow my PR https://github.com/AlisonVilela/ngx-zendesk-webwidget/pull/78 is merged, I will deprecate my package.

Mind if I ask you the reason for such a decision? Will there be an alternative way to structure states by logic?

@3Mowafy and if you replace pTextArea with pInputText and your text area has for example `[autoResize]="true"`, you will get a compilation error - `Can't bind to 'autoResize' since it isn't...