Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
Description
The JavaScript for the dojo inputSuggestAjax component always tries to call onchange event if no event handler is set for it. This causes javaScript errors.
The patch checks if onchange is available and call only if it's available.