ios、移动端 input type=date无法点击的问题解决方法

正常用input type = “text”,获取焦点的时候,将type 改成 date即可。

<div class="form-item">
<label for="birthday" class="property">生日</label>
<input class="input-item" type="text" id="birthday" onfocus = "(this.type = 'date')">
</div>
posted @ 2018-01-15 14:27  ~红海儿~  阅读(746)  评论(0)    收藏  举报