Skip to content

[EuiDatePicker] Support inline + showTimeSelectOnly on mobile #4218

@smhutch

Description

@smhutch

display: none is applied on mobile to the time picker within DatePicker.

Demo

Sandbox

Design on 768px wide screens

Image 2020-11-03 at 2 52 01 PM

Design on 767px wide screens

Image 2020-11-03 at 2 53 02 PM

Workaround

Currently I have a CSS override to work around this:

#my-component .react-datepicker__time-container {
  display: block !important;
}

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions