@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 +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -29313,6 +29313,7 @@ function resolveRootProperties(field) {
|
|
|
29313
29313
|
return {
|
|
29314
29314
|
pii: field.inputOptions.pii,
|
|
29315
29315
|
target: field.inputOptions.target,
|
|
29316
|
+
readOnly: field.inputOptions.readOnly,
|
|
29316
29317
|
view: {
|
|
29317
29318
|
fieldType: field.identifier,
|
|
29318
29319
|
...makeViewOfInputField(field.inputOptions)
|