We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
up-search 当我修改了placeholderColor后发现只有当我输入文字后才会发生改变 或者默认值不为空颜色也会正确 "uview-plus": "^3.3.40"
The text was updated successfully, but these errors were encountered:
这个组件源码写死了,你可以加一个全局样式去覆盖。<style lang="scss"> .u-search__content__input--placeholder { color: red !important; } </style>
Sorry, something went wrong.
fix: 🐛 修复u-search默认placeholder不起作用的问题
6e48e59
新增props,placeholderClass让用户可以自定义样式 ✅ Closes: ijry#648
Successfully merging a pull request may close this issue.
up-search 当我修改了placeholderColor后发现只有当我输入文字后才会发生改变 或者默认值不为空颜色也会正确
"uview-plus": "^3.3.40"
安卓
我的配置项
<up-search
v-model="pageParams.queryCondition"
placeholder="搜索用户名/手机号"
@search="handleSearch"
:clearabled="true"
bgColor="transparent"
borderColor="#fff"
searchIconColor="#fff"
color="#fff"
placeholderColor="#fff"
actionStyle="color:#fff"
@Custom="handleSearch"
:inputStyle="{ color: '#fff' }"
>
The text was updated successfully, but these errors were encountered: