We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The minDate did not work in mozilla
<DatePicker selected={new Date(this.state.selectedStartDate)} onChange={this.handleStartDateChange} dateFormat="dd-MM-yyyy" minDate={new Date("01-01-2010")} showDisabledMonthNavigation />
This should hide date less than 01-01-2010. In chrome and other browsers it works as expected but failed in mozilla.
The text was updated successfully, but these errors were encountered:
This component is built for React-Native and iOS and Android. You should post this issue in https://github.com/Hacker0x01/react-datepicker
Sorry, something went wrong.
No branches or pull requests
Issue
The minDate did not work in mozilla
Expected Behavior
This should hide date less than 01-01-2010. In chrome and other browsers it works as expected but failed in mozilla.
The text was updated successfully, but these errors were encountered: