@rstoenescu Thanks for feedback. Have updated to 0.16.0 but component still appears to be ignoring default-view setting.
Latest posts made by GavinHoward
-
RE: 'default-view' fails to load initially in DATETIME
-
Defining Datetime selection order and allowing using to OK Popover version
By default the popover variant of the Datetime component (material) auto-closes on selection of day/date.
When entering a date of birth or expiry date, users often think of dates differently, according to their locale. It can be DAY -> MONTH -> YEAR or MONTH -> DAY -> YEAR or YEAR -> MONTH -> DAY.
At the moment, the component’s default second step is ALWAYS DAY. So you end up with YEAR -> DAY -> CLOSE or DAY -> CLOSE or MONTH -> DAY -> CLOSE. Which are none of the above.
Is there currently a way in which we can change the order we present to users?
Or to have the popover implementation reflect the modal variant, where the component waits for the ‘SET’ button to be pressed when the user is happy with their selection? This would at least give the user the chance to work out that the header date elements are buttons, rather than closing unexpectedly?
-
'default-view' fails to load initially in DATETIME
I have the default-view of the DATETIME component set to ‘year’ but component ignores, always starts with day.
0.15.10 on Safari 11.1 / Chrome 66.0.3359.181
Is there any way to override the default view?