UX: Fix date input display in iOS (#14307)

This commit is contained in:
Penar Musaraj
2021-09-10 15:13:45 -04:00
committed by GitHub
parent 6c7f4e15b6
commit 33fb3b7ec8
6 changed files with 15 additions and 3 deletions
@@ -3,6 +3,7 @@
onChange=(action "onChangeRanges" (hash prop="from"))
showTime=showFromTime
class="from"
placeholder=(i18n "dates.from_placeholder")
}}
{{date-time-input
@@ -13,4 +14,5 @@
showTime=showToTime
clearable=clearable
class="to"
placeholder=(i18n "dates.to_placeholder")
}}
@@ -1,6 +1,7 @@
{{#unless timeFirst}}
{{date-input
date=date
placeholder=placeholder
relativeDate=relativeDate
onChange=(action "onChangeDate")
useGlobalPickerContainer=useGlobalPickerContainer
@@ -18,6 +19,7 @@
{{#if timeFirst}}
{{date-input
date=date
placeholder=placeholder
relativeDate=relativeDate
onChange=(action "onChangeDate")
useGlobalPickerContainer=useGlobalPickerContainer
@@ -93,6 +93,7 @@
{{/if}}
<div class="reviewable-filter date-range">
{{i18n "review.date_filter"}}
{{date-time-input-range
from=filterFromDate
to=filterToDate