I have a serious problem with bootstrap datetimepicker
, Here is the jsfiddle :
<br/>
<!-- padding for jsfiddle -->
<div class="row">
<div class="col-md-12">
<h6>datetimepicker1</h6>
<div class="form-group">
<div class="input-group date" id="datetimepicker1">
<input type="text" class="form-control" > <span class="input-group-addon"><span class="glyphicon-calendar glyphicon"></span></span>
</div>
</div>
</div>
</div>
The problem is that when i open my website in mobile, mobile keyboard triggered when i focus the input field so what i need is that only the datepicker
show without keyboard. So for that i use readonly
or disabled
, but the problem is that when i use one of them the bootstrap datetimepicker
doesn't work.
http://jsfiddle.net/faissal_aboullait/kx0e5wmq/1/