fix: update Multiselect component to use 'values' prop instead of 'value' (#2640)
This commit is contained in:
parent
52db335b51
commit
7d7502744e
3 changed files with 12 additions and 5 deletions
|
|
@ -304,6 +304,7 @@ class MultiselectInput(BaseInputMixin, ListableInputMixin, DropDownMixin, Metada
|
|||
|
||||
field_type: Optional[SerializableFieldTypes] = FieldTypes.TEXT
|
||||
options: list[str] = Field(default_factory=list)
|
||||
is_list: bool = Field(default=True, serialization_alias="list")
|
||||
|
||||
|
||||
class FileInput(BaseInputMixin, ListableInputMixin, FileMixin, MetadataTraceMixin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue