fix: drawer select allow clear

This commit is contained in:
chenos 2021-01-02 22:31:35 +08:00
parent eafdddcd4d
commit 090394145a

View File

@ -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) => {