I am not sure if I wrote the right title but..
I am using jQuery Datepicker,it works just fine, but on iphone as you click on input area to choose a date it brings calender which is good but it brings up keyboard too and calender stays under the keyboard..
How can I change it so that as you click on input area it brings up only datepicker calender and not the text keyboard..
How I use it:
<input type="text" id="from" class="datePicker" name="from" placeholder="Select Date">
I hope that my question is clear..
Thanx in advance!