Iterate over select options with javascript
I’m having issues iterating over select options. The thing is that I try to user length
attribute, but I still get 0 instead of expected values.
How to ‘observe’ when a select option is programmatically set
I’m sure this is easy, but I can’t find it.