markjs / jquery-dependent-selects

A jQuery plugin to allow multi-level select boxes that degrade gracefully.
http://markjs.github.com/jquery-dependent-selects/
MIT License
56 stars 23 forks source link

How do I set the child selects "value" attribute to the actual value, and not the parent name #15

Open gavin-boyd opened 10 years ago

gavin-boyd commented 10 years ago

Currently it renders in the html: <option value="Alfa Romeo">GT</option> <option value="Alfa Romeo">Another model</option>

This isn't very useful, I need this: <option value="GT">GT</option> <option value="Another model">Another model</option>

markjs commented 9 years ago

Hey @gavin-boyd! I've just had this repo transferred back to me from my previous employer (I originally created it while working there). Over the coming days and weeks I'll be catching up with all the issues and looking into personally maintaining this in the long run.

Sorry that your comment has gone un-replied for so long, but now it's back in my hands I'll try my best to stay on top of it all.