Handling empty options with Ext JS combo box
Ext JS works great at easily transform plain vanilla combo boxes into powerful auto-complete combo boxes. I ran into an issue with an empty combo box option (that is <option/>). Out of the box Ext JS handles <option/> by giving it a height of just a few pixels. Since there is no display value specified,… Read More »