gpt4 book ai didi

javascript - 当设置 `value`时下拉 `multiple`必须是一个数组。接收类型 : `[object Undefined]`

转载 作者:行者123 更新时间:2023-11-29 23:14:02 25 4
gpt4 key购买 nike

我正在使用 Semantic-ui-react,我得到了

Dropdown value must be an array when multiple is set. Received type: `[object Undefined]

<Dropdown id={id + 'baa'}
fluid selection
search={true}
minCharacters={0}
multiple={false}
loading={isDataBeingFetched}
disabled={!isOwnerView || isDataBeingFetched}
options={options1}
placeholder={'Select an Approver'}
value={currentItem.baa_approver}
onChange={(event, { value }) =>
this.handleOnChange(currentIndex, value, 'baa_approver', event)}
/>

最佳答案

使用 defaultValue={currentItem.baa_approver} 而不是 value={currentItem.baa_approver}

关于javascript - 当设置 `value`时下拉 `multiple`必须是一个数组。接收类型 : `[object Undefined]` ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53249324/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com