[Bug 12271] <input list=""> needs an event triggered on selection of suggestion

https://www.w3.org/Bugs/Public/show_bug.cgi?id=12271

--- Comment #17 from Ian 'Hixie' Hickson <ian@hixie.ch> ---
Even if you get an event telling you that the user selected something (which
you can already tell today, because the control's value would match one of the
autocomplete values, so oninput is sufficient), it still wouldn't make the
element's actual value be something different than the rendering, which is what
that use case actually needs.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 21 March 2013 15:26:31 UTC