@factoringplus/pl-components-pack-v3 0.3.72 → 0.3.73

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.
@@ -39787,6 +39787,10 @@ const _sfc_main$j = {
39787
39787
  return {};
39788
39788
  }
39789
39789
  },
39790
+ width: {
39791
+ type: String,
39792
+ default: "200px"
39793
+ },
39790
39794
  label: {
39791
39795
  type: String,
39792
39796
  default: ""
@@ -39991,6 +39995,8 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
39991
39995
  placeholder: $props.placeholder,
39992
39996
  remote: "",
39993
39997
  filterable: "",
39998
+ style: { "width": "200px" },
39999
+ "popper-class": "pl-suggess",
39994
40000
  "remote-method": $options.initSuggestion,
39995
40001
  onChange: _cache[1] || (_cache[1] = ($event) => $options.onSelect($data.selectedValue)),
39996
40002
  onBlur: _cache[2] || (_cache[2] = ($event) => _ctx.$emit("client-valid-blur")),