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

nbDatePicker with showHeader=false #1833

Closed
1 of 2 tasks
civic9 opened this issue Jul 17, 2019 · 0 comments · Fixed by #1889
Closed
1 of 2 tasks

nbDatePicker with showHeader=false #1833

civic9 opened this issue Jul 17, 2019 · 0 comments · Fixed by #1889

Comments

@civic9
Copy link

civic9 commented Jul 17, 2019

Issue type

I'm submitting a ... (check one with "x")

  • bug report
  • feature request

Issue description

Current behavior:

<input [nbDatepicker]="datepicker">
<nb-datepicker #datepicker [showHeader]="false"></nb-datepicker>

results in error:

Can't bind to 'showHeader' since it isn't a known property of 'nb-datepicker'

Docs says: "Both range and date pickers support all parameters as calendar, so, check NbCalendarComponent for additional info.". showHeader works in nb-calendar fine.

Btw, would be nice if 'Today' string in calendars headers could be localized.

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

Successfully merging a pull request may close this issue.

2 participants