You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
thompsongl
changed the title
[DatePicker] Support inline + showTimeSelectOnly on mobile
[EuiDatePicker] Support inline + showTimeSelectOnly on mobile
Nov 3, 2020
I think we should just remove the media query on this one. Since the inputs aren't real inputs there's no way to add in a time selection on mobile. We can rethink how we want to handle mobile layout when we address the rewrite of this component. But for now lets just fix the problem.
display: none
is applied on mobile to the time picker withinDatePicker
.Demo
Sandbox
Design on 768px wide screens
Design on 767px wide screens
Workaround
Currently I have a CSS override to work around this:
The text was updated successfully, but these errors were encountered: