I have my Search widget defined as
var searchTool = new Search({
map: map,
allPlaceholder: "Find address or ZIP"
}, dom.byId('searchDiv'));<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>The placeholder seems to be ignored, it still says "Find address or place" which is the default. The majority of my users don't understand they can use this field to search by ZIP code, so I need to change this.
It seems like this used to say simply placeholder, not allPlaceholder in previous versions.