forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove custom keyboard mode in datepicker, fix elastic#12343
- Loading branch information
Tim Roes
committed
Aug 22, 2017
1 parent
9890d22
commit 99967a3
Showing
2 changed files
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div ng-switch="datepickerMode" role="application" ng-keydown="keydown($event)"> | ||
<div ng-switch="datepickerMode" role="application"> | ||
<daypicker ng-switch-when="day" tabindex="0"></daypicker> | ||
<monthpicker ng-switch-when="month" tabindex="0"></monthpicker> | ||
<yearpicker ng-switch-when="year" tabindex="0"></yearpicker> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters