Mobius1 / Selectr

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

renderSelection breaks when data is empty array with options #129

Open PawelGlow opened 5 years ago

PawelGlow commented 5 years ago

https://github.com/Mobius1/Selectr/blob/master/src/selectr.js#L1641

When selecting an option the data passed to the renderSelection function is undefined because the data array is empty.