DEV: make API of future-date-input more customizable and aligned with the API of time-shortcut-picker (#16502)

This commit is contained in:
Andrei Prigorshnev
2022-04-27 16:41:15 +04:00
committed by GitHub
parent 3e23bd4745
commit c9b2374299
25 changed files with 422 additions and 420 deletions
@@ -12,7 +12,6 @@
{{future-date-input
class="silence-until"
label="admin.user.silence_duration"
includeFarFuture=true
clearable=false
input=silenceUntil
onChangeInput=(action (mut silenceUntil))
@@ -13,7 +13,6 @@
{{future-date-input
class="suspend-until"
label="admin.user.suspend_duration"
includeFarFuture=true
clearable=false
input=suspendUntil
onChangeInput=(action (mut suspendUntil))