<Select options={} onChange={provinceChange} allowClear mode="multiple"// showSearch={false} maxTagTextLength={4} />
mode设置为多选,multiple配合showSearch可以实现禁止选择,mode设置为tags配合showSerach不能实现禁止输入
标签:禁止,多选,React,mode,Antd,下拉框 From: https://www.cnblogs.com/Esai-Z/p/17408465.html