Skip to content

Commit 1ab464d

Browse files
committed
fix(carbon): pass isMulti to ddf select
1 parent dbe241e commit 1ab464d

File tree

1 file changed

+1
-0
lines changed
  • packages/carbon-component-mapper/src/select

1 file changed

+1
-0
lines changed

packages/carbon-component-mapper/src/select/select.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ const Select = (props) => {
269269
simpleValue={false}
270270
{...rest}
271271
{...input}
272+
isMulti={isMulti}
272273
loadOptions={loadOptions}
273274
invalidText={invalidText}
274275
loadOptionsChangeCounter={loadOptionsChangeCounter}

0 commit comments

Comments
 (0)