[Webkit-unassigned] [Bug 215090] Support the step property of the input field with type datetime-local and time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 3 10:14:33 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=215090

Wenson Hsieh <wenson_hsieh at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |megan_gardner at apple.com,
                   |                            |pxlcoder at gmail.com

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
UIDatePicker does provide this API: <https://developer.apple.com/documentation/uikit/uidatepicker/1615998-minuteinterval>, but it comes with some limitations:

> Discussion
> 
> Use this property to set the interval displayed by the minutes wheel (for example, 15 minutes). The
> interval value must be evenly divided into 60; if it is not, the default value is used. The default and
> minimum values are 1; the maximum value is 30.

We could probably support step values that are evenly divisible by 60 (which, I imagine, represents the most common use cases), but I’m not sure if we can support other values.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200803/add256c0/attachment-0001.htm>


More information about the webkit-unassigned mailing list