mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 12:37:01 +00:00
Fixed MultiCombo, confirmed VALIDATE_INPUTS, IS_CHANGED works
This commit is contained in:
@@ -433,7 +433,7 @@ class MultiCombo(ComfyType):
|
||||
|
||||
def as_dict_V1(self):
|
||||
to_return = super().as_dict_V1() | prune_dict({
|
||||
"multiselect": self.multiselect,
|
||||
"multi_select": self.multiselect,
|
||||
"placeholder": self.placeholder,
|
||||
"chip": self.chip,
|
||||
})
|
||||
|
Reference in New Issue
Block a user