I'm trying to figure out how to display a default no results text in the search widget (i.e 'No Results Found'). I see that there are CSS properties for no Results, and have changed the
.arcgisSearch .showNoResults .noResultsMenu
display: block
to
.arcgisSearch .showNoResults .noResultsMenu
display: inline
but I'm not seeing how to implement a no results property.
Thank you