openOnFocus

Sets whether the calendar is shown when user focus the date input.


<input id="picker" ></input>

<script type="text/javascript">
    $(function () {
        $("#picker").shieldDatePicker({
            openOnFocus: true
        });
    });
</script>