Hi, I'm subclassing TextInput (html) I need to create a div that surrounds the input. In html there is only input and that's the element returned.
so my question is...how should I do to return the <div> with the <input> inside and makes the element points to the input (since the events and handlers depends of element (the input) to do work properly Until now I was returning the element as the surrounding div, but this end in malfunction of change event. Thanks. -- Carlos Rovira http://about.me/carlosrovira