Datepicker min date and max date functionality not working properly with clear the date

i set min date and max date in configuration, but i clear the value in cell, and enter numbers like 1 ,2 ,3 like that it is selected particular date from that month not in the range of min date and max date. please find below jsfiddle demo. how to restrict this.

Demo: https://jsfiddle.net/kranthi2210/0ontq5wv/4/

Hi @kranthikumar.reddy32

I did some research on that, and it seems that correctFormat override the min/maxDate settings and allows you to choose the date out of restricted range. The easies solution is to delete the correctFormat, then it will allow you only to choose the pre-defined time range: https://jsfiddle.net/handsoncode/5pg0vud6/