json-schema-form
json-schema-form copied to clipboard
Order property of schema is not taken into account
Hi,
I just made an upgrade from Angular 14 to 15 and I also updated @dashjoin/json-schema-form to 1.0.1. I noticed that the schema property "order" is not taken into account. Here it's a stackblitz example (https://stackblitz.com/edit/angular-zsnfkb-mbzmxf?file=src%2Fapp%2Fprogress-spinner-overview-example.ts) where we defined the "order" property but nothing is affected.
Thx in advance.