ps-toolkit-ui 1.12.68 → 1.12.69

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.
@@ -1949,6 +1949,7 @@
1949
1949
  inp.setValue({ Search: ivs, Value: iv, Type: ivt }, true);
1950
1950
  }
1951
1951
  else if (inp.type !== exports.InputType.Label || iv != null) {
1952
+ console.log(inp.name, inp.type, iv);
1952
1953
  inp.setValue(iv, true);
1953
1954
  }
1954
1955
  if (inp.type === exports.InputType.SelectAutoCompletePlaque || inp.type === exports.InputType.SelectAutoComplete) {