diff --git a/components/select/style/select-input.ts b/components/select/style/select-input.ts index 04e4320bbb..3c55f39f72 100644 --- a/components/select/style/select-input.ts +++ b/components/select/style/select-input.ts @@ -218,6 +218,10 @@ const genSelectInputStyle: GenerateStyle = (token) => { background: token.colorBgContainerDisabled, color: token.colorTextDisabled, cursor: 'not-allowed', + + input: { + cursor: 'not-allowed', + }, }, // ========================================================== @@ -281,7 +285,7 @@ const genSelectInputStyle: GenerateStyle = (token) => { // ======================== Show Search ======================= { - [`&-show-search:not(${componentCls}-customize-input)`]: { + [`&-show-search:not(${componentCls}-customize-input):not(${componentCls}-disabled)`]: { cursor: 'text', }, },