Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
Description
The new version of the tableSuggestAjax changed the input field to be generated by dojo instead of the being rendered by the standard HtmlTextRendererBase. This caused multiple lost attributes like "disabled" or all the javascript handlers.
The attached patch solves this by going one step back. The input field will be generated by the HtmlTextRendererBase again and then be injected into the dojo component.