bk-magic-vue 2.5.9-beta.27 → 2.5.9-beta.28

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.
@@ -57391,6 +57391,10 @@
57391
57391
  return [];
57392
57392
  }
57393
57393
  },
57394
+ changeImmediately: {
57395
+ type: Boolean,
57396
+ default: false
57397
+ },
57394
57398
  placeholder: {
57395
57399
  type: String,
57396
57400
  default: ''
@@ -58184,7 +58188,7 @@
58184
58188
  attrs: {
58185
58189
  "title": _vm.selectedName
58186
58190
  }
58187
- }, [_vm.filterable ? _c('input', {
58191
+ }, [_vm.filterable && _vm.isUnselected && _vm.changeImmediately ? _c('input', {
58188
58192
  directives: [{
58189
58193
  name: "model",
58190
58194
  rawName: "v-model",