Issue with oj-input-date selection
Summary:
Hi All,
Hope you are doing well.
I have an Enter a date on or after 03/10/2023.
and in which added the below min property so that minimum selection will be today's today (current date)
<oj-input-date id="oj-input-date1" min="[[ (new Date()).toISOString() ]]"
aria-label="oj-input-date-1"></oj-input-date>
BUT the issue is when we select today's date then it shows one error at the bottom of the component as "Enter a date on or after 03/10/2023".
IF I am selecting any other value from tomorrow it works as expected.
Please let me know if I am missing something here.
Thank you.
"
Content (required):
Yes
Tagged:
0