@ebertjendustries/cswrapper 1.0.15 → 1.0.16
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -665,8 +665,8 @@ function CSTextarea(props) {
|
|
|
665
665
|
"data-testid": uniqueId,
|
|
666
666
|
controlId: uniqueId,
|
|
667
667
|
onChange: ({ detail }) => props.onChangeValue(props.fieldSpec.key, detail.value),
|
|
668
|
-
...props,
|
|
669
668
|
...localisationObject,
|
|
669
|
+
...props,
|
|
670
670
|
value: sanitizedValue
|
|
671
671
|
}
|
|
672
672
|
) });
|
package/dist/index.mjs
CHANGED
|
@@ -555,8 +555,8 @@ function CSTextarea(props) {
|
|
|
555
555
|
"data-testid": uniqueId,
|
|
556
556
|
controlId: uniqueId,
|
|
557
557
|
onChange: ({ detail }) => props.onChangeValue(props.fieldSpec.key, detail.value),
|
|
558
|
-
...props,
|
|
559
558
|
...localisationObject,
|
|
559
|
+
...props,
|
|
560
560
|
value: sanitizedValue
|
|
561
561
|
}
|
|
562
562
|
) });
|