[BUG] QToggle does not updated input status checked
if it has no name
#11702
Labels
Qv2 🔝
Quasar v2 issues
checked
if it has no name
#11702
Describe the bug
The checkbox of QToggle does not update the
checked
state if QToggle does not have aname
attribute.Codepen/jsFiddle/Codesandbox (required or your issue may be closed)
https://jsfiddle.net/hz0xe9sw/
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The checked status should always be the same whether the input has a name or not.
The text was updated successfully, but these errors were encountered: