1、ios中input type='date'的时候placeholder不起作用。
解决方案:
复制代码
1<input placeholder="Date" type="text" onfocus="this.type='date';this.setAttribute('onfocus','');this.blur();this.focus();">
转载于:https://www.cnblogs.com/shinggang/p/5029388.html
最后
以上就是鲜艳飞机最近收集整理的关于前端常见问题汇总的全部内容,更多相关前端常见问题汇总内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复