react-crud-mobile 1.0.856 → 1.0.857

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.
@@ -678,7 +678,7 @@ function UIInput(props) {
678
678
  value = _useState[0],
679
679
  setValue = _useState[1];
680
680
  var onChange = function onChange(v) {
681
- scope.changeValue(v);
681
+ v = scope.changeValue(v);
682
682
  setValue(v);
683
683
  };
684
684
  var style = function style(part, extra) {