Closed nadavwix closed 7 years ago
"AM/PM button should not switch sides in RTL mode"
It should. Most of the resources that we've checked do that: ~ Booking.com ~ http://demos.telerik.com/kendo-ui/timepicker/right-to-left-support ~ native in Chrome & FF (version 57)
"keyboard behavior is unclear in spec and missing delete/bkspace"
@nadavwix
@properties
, Ampm
are fixed at https://github.com/wix/stylable-components/pull/458
rtl
already implemented via context
Regarding mobile detection - we can not use mobile detection as is, because there are some mobile devices (Lumia) which are detected as touch devices (which is true) but they did not have the <input type='time'/>
input. So I extends touch detection for this component to use native input only on touch devices which can actually show it
@nadavov all tests for timepicker has beed refactored at https://github.com/wix/stylable-components/pull/466/files No more copy/paste and better tests titles
segment data should be removed from state as it is derived from props
According to Fill this item is no longer relevant. Marking as done & closing the ticket.
docs
implementation
- [ ] AM/PM button should not switch sides in RTL modestyle
tests