You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Angular 15 material design support
which template:
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
The text was updated successfully, but these errors were encountered:
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 componentThe text was updated successfully, but these errors were encountered: