sparkbox / Custom-Selectbox

Select box UI replacement
70 stars 25 forks source link

Things break if a select has no options (or no selected option) #6

Closed emezeske closed 12 years ago

emezeske commented 13 years ago

When a select element has no options, an error will be thrown upon page load: Uncaught TypeError: Cannot read property 'innerHTML' of undefined (on jquery.sparkbox-select.js:13).

emezeske commented 13 years ago

Here's a patch that fixes the problem: https://gist.github.com/1306947 .