fix: drawer select allow clear
This commit is contained in:
parent
eafdddcd4d
commit
090394145a
@ -41,6 +41,7 @@ function DrawerSelectComponent(props) {
|
||||
open={false}
|
||||
mode={multiple ? 'tags' : undefined}
|
||||
labelInValue
|
||||
allowClear={true}
|
||||
value={options}
|
||||
notFoundContent={''}
|
||||
onChange={(data) => {
|
||||
|
Loading…
Reference in New Issue
Block a user