react-selectコンポーネントがあり、idフィールドが設定されていませんか? IDを設定することは可能ですか?react-selectがidを設定できません
<Select
id={field}
className="reqform-project-dropdown"
{...f.props(field)}
disabled={
readOnly ||
onEdit ||
f.props(field).read_only
}
clearable={false}
options={this.props.common.tests}
onChange={this.handleProjChange.bind(this, field,
f.props(field).multiple,
'test_req_unique_prefix')}
labelKey="test_name"
valueKey="test_req_unique_prefix"
/>
私は親divのIDを設定することに頼っていましたが、選択肢のために直接行うことはできません。
[こちら](https://github.com/JedWatson/react-select)ライブラリについてお話していますか? –
'value'小道具がありません。 – lux
この「id」小道具で何を達成したいですか? – cfraser