@opencitylabs/formio-custom-components 0.8.3 → 0.8.4
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.iife.js +1 -1
- package/dist/index.iife.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8004,7 +8004,7 @@ var mr = e.components.select, hr = {
|
|
|
8004
8004
|
}
|
|
8005
8005
|
}
|
|
8006
8006
|
attach(e) {
|
|
8007
|
-
this.options.readOnly &&
|
|
8007
|
+
this.options.readOnly && (this.activated = !0);
|
|
8008
8008
|
let t = super.attach(e);
|
|
8009
8009
|
return (Array.isArray(this.refs.autocompleteInput) ? this.refs.autocompleteInput : [this.refs.autocompleteInput]).forEach((e) => {
|
|
8010
8010
|
e?.parentNode && e.parentNode.removeChild(e);
|