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
<DateRangePicker toolbarTitle="Test test" ...
I can see "Test test" in the UI.
The title remains "SELECT DATE RANGE".
https://codesandbox.io/s/daterangepicker-momentdateadapter-4pi0b?file=/src/index.tsx
The text was updated successfully, but these errors were encountered:
It also rejects minDateMessage (https://codesandbox.io/s/daterangepicker-momentdateadapter-wzzgn?file=/src/index.tsx) and a few others. clearable is advertised in the documentation but marked as invalid by TypeScript already (and it also deosn't work, https://codesandbox.io/s/daterangepicker-momentdateadapter-ecewh?file=/src/index.tsx).
minDateMessage
clearable
Sorry, something went wrong.
+1
Successfully merging a pull request may close this issue.
Steps to reproduce
<DateRangePicker toolbarTitle="Test test" ...
Expected behavior
I can see "Test test" in the UI.
Actual behavior
The title remains "SELECT DATE RANGE".
Live example
https://codesandbox.io/s/daterangepicker-momentdateadapter-4pi0b?file=/src/index.tsx
The text was updated successfully, but these errors were encountered: