0.9.1-alpha.74
Alpha@xaui/native@0.9.1-alpha.74
Patch Changes
-
b27e2c7: feat(date-time-picker): a field that opens a month, and then a clock
DateTimePickerowns nothing: the field is aSelect's trigger, the two steps are aTabs, the month is aCalendarand the dial is aTimePicker— four components rendered as themselves, and no recipe of its own.Two steps rather than two fields, because a moment is one value and a calendar and a clock will not fit on a phone together. Each half keeps the other, so the value is one moment being narrowed rather than two being collected.
TimePicker.Indicatornow readsIconContextrather than its own picker's context, which is what lets another field render it.