editable

Whether the input's value can be changed manually by typing or only with selecting date into the calendar. The default value is true:


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

<script type="text/javascript">
    $(function () {
        $("#picker").shieldMonthYearPicker({
            editable: false
        });
    });
</script>