|
Hi, On webkit based browser, we can see a little cross used to reset the field, it's usefull, but in some ajax based application, it could be usefull to be able to handle this event, to dispatch the event to any controller and reset results. Use case : Highlight a given text in webpage. Input search is likely to be used since the highlight functionnality will search through the webpage and highlight all matched patterns. In a server side solution, the problem is likely to be inexistant, but if we use a plain _javascript_ option, it'll be usefull to handle the reset event to remove the highlighting from the page in browser impletementing this functionnality. What are your thoughts about this ? |
