Mobius1 / Selectr

A lightweight, vanilla javascript select box replacement. No dependencies.
MIT License
313 stars 77 forks source link

Checking for items before default selecting first item (bugfix) #108

Closed maik-kluwe closed 5 years ago

maik-kluwe commented 5 years ago

Added check for data length before default selecting first element.

Otherwise an exception would occure in this.select(0); that follows to not draw the element in html.