[Webkit-unassigned] [Bug 189010] [Datalist] Pressing enter without a selected option shouldn't change the input

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 19:55:42 PDT 2018


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com

--- Comment #5 from Darin Adler <darin at apple.com> ---
Seems unnecessary to use std::optional<String> since WTF::String already has a null value (distinct from the empty string). Typically we can use null string to mean no string, and we don’t have to involve std::optional. Unless we also need to use null string for some other valid value.

-- 
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/20180829/779f66cb/attachment.html>


More information about the webkit-unassigned mailing list