Skip to content
New issue

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 ignores toolbarTitle #1683

Closed
Philipp91 opened this issue Apr 18, 2020 · 2 comments · Fixed by #1914
Closed

DateRangePicker ignores toolbarTitle #1683

Philipp91 opened this issue Apr 18, 2020 · 2 comments · Fixed by #1914

Comments

@Philipp91
Copy link
Contributor

Tech Version
@material-ui/pickers 4.0.0-alpha.5

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

@Philipp91
Copy link
Contributor Author

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).

@crispero
Copy link

crispero commented May 7, 2020

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants