I am getting a weird result when I search for a location.
I have the Editor widget and Search basic combined.
When I search for a location, I can zoom to it. Then when I click on any other point to edit it, I get this result:

Has anyone dealt with this?
i think I am looking for a way to clear search when I click anywhere not the search point.
Even when I clear the search bar I still cannot click on a point to edit:

Solved! Go to Solution.
Rickey,
This is the only error I get (you must have changed something):
Also the refresh interval on your layers is overkill and is impacting the apps performance.

Robert,
I just recopied the code you provided into the link above.
I am still getting the same error.
Thank you for looking at this.
Robert!
I figured out a way around it!!!!!
var search = new Search({
map: map,
enableButtonMode: true,
enableInfoWindow: false,
enableHighlight: false,
enableLabel: false
}, "search");
search.startup(); I stopped the Infowindow from opening which is why it was not working in the first place.
Since I answered the question I will make mine as correct but thank you so much for the help through this process!