These are my DDL settings.
`$scope.myDropDownList.settings = {
height: 30,
width: “100%”,
source: [],
selectedIndex: -1,
displayMember: “description”,
placeHolder: “”,
valueMember: “id”,
theme: “bootstrap”
};`
I don’t even touch the incremental search property, so it should be set to true. I set the source for the DDL after a previous selection and I refresh the source property. Everything works fine, except the incremental search and I really can’t figure out why. I only refresh the source when I populate the DDL. Do I have to refresh anything else?