I am using input type date in react project. I have situation to disable previous date including current date also, I am disabling previous date but current date I am not able to disable, How can I achieve that..
My code is <input type='date' min={new Date().toISOString().split("T")[0]} />