When select is multiple in antd, enter keywords and select relevant option. The keywords entered in the input box will not disappear.

clipboard.png

reactantdSelect,b,blueblueb

clipboard.png

The

code is copied. I really don"t understand why there is such a problem. Find a solution

.
<Select mode="multiple" placeholder="Please select favourite colors" style={{width:400}}>
  <Option value="red">Red</Option>
  <Option value="green">Green</Option>
  <Option value="blue">Blue</Option>
</Select>

see the code does not see the problem, it is recommended to update the version of antd


just tried the official example, there is no problem you described. It should be your use.

Menu