Streamlit.date_input

When I’m using date_input component in my streamlit app with max_value and min_value set, I can click to shoose a date or type in a date. The max and min value is working when I choose with click, I can only choose date between max and min value. But it’s not working when I type in a date, which means I can type in a date out of the range of max and min value, but didn’t get any report of error. Is there any way to solve this?