@wise/dynamic-flow-client 3.3.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/main.js CHANGED
@@ -12655,7 +12655,8 @@ var formLayoutToComponent = (uid, { schemaId, schema: schemaRef, control, margin
12655
12655
  schema,
12656
12656
  model: model != null ? model : null,
12657
12657
  localValue: stepLocalValue,
12658
- validationErrors: errors == null ? void 0 : errors.validation
12658
+ validationErrors: errors == null ? void 0 : errors.validation,
12659
+ required: true
12659
12660
  },
12660
12661
  mapperProps
12661
12662
  )