Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input输入框使用缓存样式问题 #3339

Open
1 task
Wang-wen-jie opened this issue Oct 29, 2024 · 1 comment
Open
1 task

Input输入框使用缓存样式问题 #3339

Wang-wen-jie opened this issue Oct 29, 2024 · 1 comment

Comments

@Wang-wen-jie
Copy link

Basic Info

What is expected?

能否与element-ui类似form表单存在统一规避这种问题的属性

Steps to reproduce

使用Input输入框做登录,在登录时使用浏览器缓存用户密码,会出现蓝底背景,无法通过原始的input表演过度样式进行隐藏

@Wang-wen-jie
Copy link
Author

I'm very sorry, I used the wrong method and it has been resolved.
:deep(.arco-input) { &:-webkit-autofill { -webkit-text-fill-color: #333 !important; // 文字 -webkit-box-shadow: none !important; // 自动填充色 transition: background-color 999999s ease-in-out 0s; } }
Of course, I think it would be better if we could directly control the attributes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant