Posted on: 5/26/2014 2:31:42 PM | Views : 1669

Hi
i try to do bootstrap datepicker, it works great but i can get DatePicker if i click textbox and if i click glyphicon too - i don't need to open it when i click textbox - so how can i resolve this and  get DatePicker only if i click glyphicon ?
HTML Code:
<div class="container"> <div class="row"> <div class="col-sm-3"> <div class="form-group"> <div class='input-group date' id="myDatepicker"> <input type='text' class="form-control" /> <span class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span> ...

Go to the complete details ...