You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply open the fiddle. You see an empty value select.
When looking in the dev tools, the source is: <option value="/app/en/products/overview/canada" selected> Canada </option>
which is correct?
What is Expected?
Default selected state should be 'Canada' due to the 'active=true' property.
This is the actual behaviour with VueJS 1.0.26: https://jsfiddle.net/c8999or7/1/
What is actually happening?
There's no initial 'selected' state of the select option