openOnFocus

Sets whether the tipme popup is shown when user focuses the date input.


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

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