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