From 0bad24184503f52c3172a1d2e9952b4dbeb24dac Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 13 Feb 2026 20:30:17 -0600 Subject: [PATCH] remove object type from array-form --- src/app/array-form/array-form.component.html | 6 +++--- src/app/array-form/array-form.component.ts | 7 +++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/array-form/array-form.component.html b/src/app/array-form/array-form.component.html index cabb2ff..6b1d83c 100644 --- a/src/app/array-form/array-form.component.html +++ b/src/app/array-form/array-form.component.html @@ -1,19 +1,19 @@ @if (paramFormControl && paramInfo?.schema) { @if (arrayValue) {
- @for (item of arrayValue; track trackByIndex(i, item); let i = $index) {
- @if (paramInfo?.schema.items.type === 'object') { + + @if (paramInfo?.schema.items.type !== 'object') {