datastake-daf 0.6.514 → 0.6.515
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/components/index.js
CHANGED
|
@@ -37646,6 +37646,9 @@ const inputTypeComponent = {
|
|
|
37646
37646
|
value: formsValue[name],
|
|
37647
37647
|
onChange: val => {
|
|
37648
37648
|
formsValue[name] = val;
|
|
37649
|
+
console.log({
|
|
37650
|
+
val
|
|
37651
|
+
});
|
|
37649
37652
|
setFormValues({
|
|
37650
37653
|
[name]: val,
|
|
37651
37654
|
...formsValue
|
package/package.json
CHANGED