I have a customized single select on ibm bpm using the dojo toolkit. It is implemented from dijit.form.FilteringSelect which extends dijit.form.ComboboxMixin which extends dijit/form/_AutoCompleterMixin where if user types in a partial string, highlight the entries in the drop down list that start with that partial string
I need if user types in a partial string, highlight the entries in the drop down list that CONTAIN with that partial string.
So Is it possible I override this dojo component? and what are the risks?