fix(tdesign-vue-next-adapter): select支持allowCreate

This commit is contained in:
roymondchen 2025-11-11 16:35:16 +08:00
parent a96ca8092c
commit 1a08b16a39

View File

@ -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,