diff --git a/src/components/seal-form/wrapper/select.ts b/src/components/seal-form/wrapper/select.ts index 49748022..0755bdf6 100644 --- a/src/components/seal-form/wrapper/select.ts +++ b/src/components/seal-form/wrapper/select.ts @@ -109,6 +109,9 @@ const SelectWrapper = styled.div` .ant-select-selection-search { padding-inline-start: ${INPUT_INNER_PADDING}px; } + .ant-select-content-value { + display: none; + } } &.ant-select-multiple.ant-cascader .ant-select-selection-search { top: 0 !important;