readytech-ui-library-v2 1.0.89 → 1.0.91
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.
@@ -20438,8 +20438,10 @@ const Cb = /* @__PURE__ */ fe(Sb, [["render", pb], ["__scopeId", "data-v-51563f5
|
|
20438
20438
|
multiple: { type: Boolean, default: !1 },
|
20439
20439
|
loading: { type: Boolean, default: !1 },
|
20440
20440
|
appendButton: { type: String, default: null },
|
20441
|
-
modelValue: { type: [Array, String, Number], default: null }
|
20441
|
+
modelValue: { type: [Array, String, Number], default: null },
|
20442
20442
|
// Ensures v-model binding works
|
20443
|
+
disabled: { type: Boolean, default: !1 }
|
20444
|
+
// ✅ Added prop
|
20443
20445
|
},
|
20444
20446
|
data() {
|
20445
20447
|
return {
|
@@ -20490,7 +20492,7 @@ function _b(e, n, t, a, l, i) {
|
|
20490
20492
|
chips: t.chips,
|
20491
20493
|
multiple: t.multiple,
|
20492
20494
|
placeholder: e.placeholder,
|
20493
|
-
disabled:
|
20495
|
+
disabled: t.disabled,
|
20494
20496
|
error: e.error,
|
20495
20497
|
"error-messages": e.errorMessages,
|
20496
20498
|
"menu-props": e.menuProps,
|