Make Dijit’s FilteringSelect Widget Display an Empty Option Value Label

I was recently working with the FilteringSelect Dojo Dijit widget and realized that when the first OPTION in the SELECT widget had a label with an empty value (like “Choose one…” or “Select you state”), the label wasn’t displaying.  That’s no good!  What I did was monkey patch the widget’s prototype to make sure that … Continue reading Make Dijit’s FilteringSelect Widget Display an Empty Option Value Label