Skip to content

Commit 8bcadd6

Browse files
committed
fix: readonly changes causing lazy load not resolved on multi selection
1 parent 9f3e841 commit 8bcadd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pluggableWidgets/combobox-web/src/components/MultiSelection/MultiSelection.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ export function MultiSelection({
5252
if (selector.options.loadMore) {
5353
selector.options.loadMore();
5454
}
55-
}
55+
},
56+
readOnly: selector.readOnly
5657
});
5758

5859
return (

0 commit comments

Comments
 (0)