I am trying to cancel the change event of the ejDropDownList so that the previously selected option remains selected. The scenario for this is when validation a form field on dropdown selection change, if validation fails then the original option should remain selected.
I have tried using the change and select events, setting the args.cancel = true; but this does not work, the option still changes.
Any help would be appreciated.