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
Similar to clickUnselectsDay, it would be great to have a deleteUnselectsDay on the DayPickerInput.
I.e. if the user deletes the content of the input field, and then blurs it, we call onDayChange(undefined).
Right now it's not super clear from a UI perspective that you have to click on a selected date to unselect it. I've seen my users trying to delete the text in the input box instead.
The text was updated successfully, but these errors were encountered:
Similar to
clickUnselectsDay
, it would be great to have adeleteUnselectsDay
on theDayPickerInput
.I.e. if the user deletes the content of the input field, and then blurs it, we call
onDayChange(undefined)
.Right now it's not super clear from a UI perspective that you have to click on a selected date to unselect it. I've seen my users trying to delete the text in the input box instead.
The text was updated successfully, but these errors were encountered: