hamzahamidi / ajsf

Angular JSON Schema Form
https://hamzahamidi.github.io/ajsf
MIT License
358 stars 182 forks source link

Angular 15 material design support #344

Open linhanhui opened 1 year ago

linhanhui commented 1 year ago

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. 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

zahmo commented 8 months ago

Hi, have a look at my comment here