The search widget has a class, not a boolean property, for setting whether to show sources or not. I have a search widget with multiple sources.
I was assuming that the following would make "ESRI World Geocoder" entry name disappear from the dropdown when I start to type into the searchbox. What am I doing wrong?
| .arcgisSearch .showSources { |
| | visibility: hidden; |
}
showSources Class indicating whether to display sources.
thanks
Phil