@plasmicapp/react-web 0.2.316 → 0.2.317
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/react-web.esm.js
CHANGED
|
@@ -3900,7 +3900,7 @@ function useTextInput(plasmicClass, props, config, ref) {
|
|
|
3900
3900
|
},
|
|
3901
3901
|
},
|
|
3902
3902
|
_c[config.input] = {
|
|
3903
|
-
props: __assign(__assign({}, omit.apply(void 0, __spreadArray(__spreadArray([rest], __read(plasmicClass.internalArgProps.filter(function (prop) { return prop !== "required"; })), false), __read(plasmicClass.internalVariantProps), false))), { disabled: isDisabled, ref: inputRef, className: inputClassName, style: inputStyle }),
|
|
3903
|
+
props: __assign(__assign({}, omit.apply(void 0, __spreadArray(__spreadArray([rest], __read(plasmicClass.internalArgProps.filter(function (prop) { return prop !== "required" && prop !== "onChange"; })), false), __read(plasmicClass.internalVariantProps), false))), { disabled: isDisabled, ref: inputRef, className: inputClassName, style: inputStyle }),
|
|
3904
3904
|
},
|
|
3905
3905
|
_c);
|
|
3906
3906
|
return {
|