diff --git a/packages/components/input/src/input.vue b/packages/components/input/src/input.vue index 7480015735..cafe206785 100644 --- a/packages/components/input/src/input.vue +++ b/packages/components/input/src/input.vue @@ -305,7 +305,6 @@ const showPwdVisible = computed( () => props.showPassword && !inputDisabled.value && - !props.readonly && !!nativeInputValue.value && (!!nativeInputValue.value || isFocused.value) )