IPad上input框的光标颜色不能修改
- 当前 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 ; } |