I want to put some placeholder text in my geocoder widget so users know what it's there for. I'm pretty sure I followed the instructions for adding a placeholder property... var geocoder = new Geocoder({ map: map, arcgisGeocoder: { placeholder: "Zoom to a city or address" } }, "search"); geocoder.startup();Does anyone see any reason why I still don't see the placeholder text?