- 当前 Bug 的表现(可附上截图)
输入框的光标颜色为什么一直都是绿色的?iphone都不是这样的
- 预期表现
能否统一下光标颜色或者可以自行修改,css的caret-color都没有效果,开发者工具都可以的
- 复现路径
无
- 提供一个最简复现 Demo
wxml:
< input class = "mdl" type = "text" name = "username" /> |
wxss:
input{ color : rgb ( 117 , 117 , 117 ); caret- color : rgb ( 117 , 117 , 117 ); min-height : 18px ; height : 18px ; } |
过了两年了,现在还是不支持对吧
麻烦提供一下出现问题的机型和微信版本,并且给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题
已经提交
确认了下,暂不支持设置
caret-
color属性
好吧