如何在下拉式Sematic UI React中获取选定的值

时间:2019-10-13 18:35:52

标签: reactjs semantic-ui

我有一个从Sematic UI导入的下拉组件。

他看起来像:

<Dropdown
    placeholder="Select currency"
    fluid
    search
    selection
    onChange={event => console.log(event.target.value)}
    options={countryOptions}
  />

如何从该组件中获取选定的值,现在在console.log中未定义。我只想使用没有jQuery的JS。谢谢!

0 个答案:

没有答案