Closed
Description
Hi, first of all, thanks for this fantastic work.
I note that <select>
has a different behavior when using template from DOM element than template
string options on Vue
initialization.
When use template from DOM element, Vue
render select with no value selected (v-model = null).
When using template
from a string options, Vue
render select with first value selected (v-model = null too).
Metadata
Metadata
Assignees
Labels
No labels