mirror of https://github.com/sveltejs/svelte
parent
56e9343294
commit
ba24de4e10
@ -1,8 +1,8 @@
|
|||||||
[{
|
[{
|
||||||
"message": "'checked' binding can only be used with <input type=\"checkbox\">",
|
"message": "'checked' binding can only be used with <input type=\"checkbox\"> or <input type=\"radio\">",
|
||||||
"loc": {
|
"loc": {
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 7
|
"column": 7
|
||||||
},
|
},
|
||||||
"pos": 7
|
"pos": 7
|
||||||
}]
|
}]
|
||||||
|
@ -0,0 +1,8 @@
|
|||||||
|
[{
|
||||||
|
"message": "'group' binding can only be used with <input type=\"checkbox\"> or <input type=\"radio\">",
|
||||||
|
"loc": {
|
||||||
|
"line": 1,
|
||||||
|
"column": 7
|
||||||
|
},
|
||||||
|
"pos": 7
|
||||||
|
}]
|
@ -0,0 +1 @@
|
|||||||
|
<input bind:group='bar'>
|
Loading…
Reference in new issue