Angular 15 material design support
which template:
[x] MaterialDesignFrameworkModule — Material Design
[ ] Bootstrap3FrameworkModule — Bootstrap 3
[ ] Bootstrap4FrameworkModule — Bootstrap 4
[ ] NoFrameworkModule — plain HTML
[ ] Other (please specify below)
Hi, currently on angular 15 I have encountered an error item.toLowerCase is not a function from console on "type": "array" field. The Add button is also not rendering correctly and shows an empty button without any text. Is there any workaround for this issue that I'm facing? Please kindly advise thank you!
Side note
I guess this issue is related to the MDC upgrade in angular 15, the import { MatButtonModule } from '@angular/material/button'; from material-design-framework.module.d.ts is currently pointing to the new MDC-based angular material component
Angular 15 material design support which template:
Hi, currently on angular 15 I have encountered an error
item.toLowerCase is not a function
from console on"type": "array"
field. TheAdd
button is also not rendering correctly and shows an empty button without any text. Is there any workaround for this issue that I'm facing? Please kindly advise thank you!Side note I guess this issue is related to the MDC upgrade in angular 15, the
import { MatButtonModule } from '@angular/material/button';
frommaterial-design-framework.module.d.ts
is currently pointing to the new MDC-based angular material component