我正在使用以下datepicker:(http://eternicode.github.io/bootstrap-datepicker/)作为我的date-Field.
<input class="datepicker" style="width:100px;border-radius: 4px;" type="text" placeholder="Datum" id="startDate"....
我正在使用两种不同的格式'dd.mm.yyyy'和'mm/dd/yyyy'并且外观很好.但是在移动设备上,当我点击输入字段时键盘会打开.
因此,我使用了原生日期选择器,<input type='date'....但这个不支持不同的格式.
无论如何要禁用input type=text元素上的键盘?
或者你知道其他任何格式不同的日期选择器吗?
谢谢你的帮助