mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
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…
x
Reference in New Issue
Block a user