mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-11-30 14:32:09 +08:00
fix(tdesign-vue-next-adapter): select支持allowCreate
This commit is contained in:
parent
a96ca8092c
commit
1a08b16a39
@ -434,6 +434,7 @@ const adapter: any = {
|
||||
multiple: props.multiple,
|
||||
valueType: props.valueKey,
|
||||
remoteMethod: props.onSearch,
|
||||
creatable: props.allowCreate,
|
||||
size: props.size === 'default' ? 'medium' : props.size,
|
||||
popupProps: {
|
||||
overlayClassName: props.popperClass,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user