From cbb1b902e67ee84953a1a0f30070cfd01545dc13 Mon Sep 17 00:00:00 2001 From: taninsist <78793442+taninsist@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:55:35 +0800 Subject: [PATCH] fix(ColorPicker): selectInputProps API can't work (#3279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(color-picker):修复ColorPicker透传SelectInputProps无效问题 * fix(color-picker): 修复color-picker组件的selectInputProps属性失效问题 --------- Co-authored-by: taninsist --- src/color-picker/panel/format/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/color-picker/panel/format/index.tsx b/src/color-picker/panel/format/index.tsx index 2e34005ec..2f5e6e056 100644 --- a/src/color-picker/panel/format/index.tsx +++ b/src/color-picker/panel/format/index.tsx @@ -11,6 +11,7 @@ import { Select as TSelect, Option as TOption } from '../../../select'; import { Input as TInput } from '../../../input'; import FormatInputs from './inputs'; import { useBaseClassName } from '../../hooks'; +import type { TdSelectInputProps } from '../../../select-input/type'; export default defineComponent({ name: 'FormatPanel', @@ -74,9 +75,10 @@ export default defineComponent({