@wix/form-public 0.169.0 → 0.171.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.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)
|