You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After defina a min and max date the initialDate value is overriden and the date picker opens on the mindate value. If I don't set a minDate and maxDate the date picker opens correctly.
After defina a min and max date the
initialDate
value is overriden and the date picker opens on themindate
value. If I don't set aminDate
andmaxDate
the date picker opens correctly.My Code
Expected behavior
The date picker should open on the default of initialDate(today's date)
Dependencies versions
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-react": "^0.88.0",
The text was updated successfully, but these errors were encountered: