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
I have code
const maxDateValue = new Date().toISOString(); <DateRangePicker maxDate={maxDateValue} autoUpdateInput={true} startDate={startDate} endDate={endDate} locale={{ format: "YYYY-MM-DD" }} onApply={onChangeDate}> <input type="text" className="form-control" value={labelDate} onChange={onChangeDate} /> </DateRangePicker>
how the solution to this problem?
The text was updated successfully, but these errors were encountered:
You need to change your code to use the initialSettings prop. You also need to use this component as an "uncontrolled" component: https://github.com/skratchdot/react-bootstrap-daterangepicker/#documentation
initialSettings
Sorry, something went wrong.
No branches or pull requests
I have code
how the solution to this problem?
The text was updated successfully, but these errors were encountered: