Why don't you build up the list via the controls (html inputs). And display them as a list.
- geo 1
- geo 2
- geo 3
like so: https://jsfiddle.net/fh0hqfc4/
I am working on a project which requires two dropdowns (second one based on what first one has picked). I got the two dropdowns working as expected but now i have couple more issues which I can't seem to figure out.
How do i add more of them to allow users to add additional set(s) as many as needed?
How do I remove such set(s)?
I have set it up in jsfiddle to show code i am working with so perhaps one of you awesome people know how to answer my questions. Thanks!
Please or to participate in this conversation.