@wix/form-public 0.168.0 → 0.170.0

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/dist/index.cjs CHANGED
@@ -29339,6 +29339,7 @@ function resolveRootProperties(field) {
29339
29339
  return {
29340
29340
  pii: field.inputOptions.pii,
29341
29341
  target: field.inputOptions.target,
29342
+ readOnly: field.inputOptions.readOnly,
29342
29343
  view: {
29343
29344
  fieldType: field.identifier,
29344
29345
  ...makeViewOfInputField(field.inputOptions)