diff --git a/src/dropdown-item/dropdown-item.ts b/src/dropdown-item/dropdown-item.ts index 08abd91cf..4560b1c48 100644 --- a/src/dropdown-item/dropdown-item.ts +++ b/src/dropdown-item/dropdown-item.ts @@ -87,7 +87,7 @@ export default class DropdownMenuItem extends SuperComponent { }); } }, - 'label, computedLabel'() { + 'label, computedLabel, disabled'() { this.$parent?.getAllItems(); }, show(visible) {