UX: Fix date input display in iOS (#14307)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user