alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

focus errors. #33

Open choiks141 opened 10 years ago

choiks141 commented 10 years ago

i use ionicframework.

<input type="text" pick-a-date="date" placeholder="Select Date" ng-model="form.from" ng-readonly="true"/> 

this is my code. datepicker is works well. but iphone remain input focus.

how can i?