sourcebitsllc / chocolatechip-ui

Mobile Web App Framework
www.chocolatechip-ui.com
MIT License
617 stars 88 forks source link

Update to selectList.js to add value attr #46

Closed damianharvey closed 10 years ago

damianharvey commented 10 years ago

The UISelectList was not populating the value attribute meaning that it was getting a little difficult to use in an html form. I've made a little change so that when it populates it pulls the value from the "data-select-value" attribute of the ListItem (li)

sourcebits-robertbiggs commented 10 years ago

Thanks for the contribution.