[Webkit-unassigned] [Bug 161506] [iOS] input pattern="[0-9.]*" should use DecimalPad keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 18 16:15:43 PDT 2017


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

Brad <brkemper at mac.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brkemper at mac.com

--- Comment #5 from Brad <brkemper at mac.com> ---
The testing of the regular expression with another regular expression seems much more useful to me than extreme limits that are there now.

I would like to use patterns like this:

\d+(\.\d*)?     // decimal number
\d+(\.\d{2})?   // dollars with optional cents
((\d+)?(\.\d{2})?)+   // optional dollar digits with optional cents

Etc. Or maybe an expression for validating IP addresses.

-- 
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/20170418/66e7d6ae/attachment.html>


More information about the webkit-unassigned mailing list