forked from elastic/eui
-
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.
Add react-datepicker as an eui package (elastic#1337)
* Added react-datepicker as an eui package * mostly working focus and styling * more styling * updated how react-datepicker is built * fix flex on dateppicker * Fix focus trap issue in react-datepicker * somewhat pretty focus states for datetimepicker * react-datepicker: prevent scroll on arrowkey when opening date picker, set seconds to 0 when a time is selected, correct the arrow key interaction with month dropdown selection * Allow accessibility classname to be added on inline calendars * changelog
- Loading branch information
1 parent
77f2586
commit 76e9b29
Showing
169 changed files
with
92,194 additions
and
76 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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import ReactDatePicker from './react-datepicker'; | ||
|
||
export { ReactDatePicker }; |
Empty file.
Oops, something went wrong.