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
-`<input>` (either `type="checkbox"` or `type="radio"`)
661
+
-`<input>`
662
+
-`type="checkbox"` and `type="radio"` are detected and will have `element.checked` set
662
663
-`<select>`
664
+
-`<option>` is detected and will have `element.selected` set
663
665
664
666
Since this will often result in a DOM re-render, `setValue` returns `Vue.nextTick`, so you will often have to call this with `await` to ensure the DOM has been updated before making an assertion.
0 commit comments