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

utcOffset Removal from Props List #1581

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
utcOffset Removal from Props List
Removed utcOffset from props list as it was removed in #1527 .
  • Loading branch information
Stuart Casarotto authored Dec 13, 2018
commit c1027c29507a4ee13f3094790e359ca9ac091456
1 change: 0 additions & 1 deletion docs/datepicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ General datepicker component.
| `title` | `string` | | |
| `todayButton` | `node` | | |
| `useWeekdaysShort` | `bool` | | |
| `utcOffset` | `union(number\|string)` | | |
| `value` | `string` | | |
| `weekLabel` | `string` | | |
| `withPortal` | `bool` | `false` | |
Expand Down