Support search form events.#2474
Conversation
Added search as an native form event
|
Cool, didn't know about this one yet. Do you have a link to the w3c spec? |
|
I don't know if it is part of the official spec yet. This event is the only way to accurately track changes to a search field in webkit based browsers (because of the darn "x" icon they put in input[type=search]). This is the only reference I could find: From: Arian Stolwijk [mailto:notifications@github.com] Cool, didn't know about this one yet. Do you have a link to the w3c spec? — |
|
Here is another: From: Arian Stolwijk [mailto:notifications@github.com] Cool, didn't know about this one yet. Do you have a link to the w3c spec? — |
Added search as an native form event