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}
mode={multiple ? 'tags' : undefined}
labelInValue
allowClear={true}
value={options}
notFoundContent={''}
onChange={(data) => {