We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae00ef9 commit 93527b5Copy full SHA for 93527b5
demo-website/templates/index.html
@@ -97,8 +97,8 @@
97
<input type="checkbox" id="CheckYes" name="CheckYes"/>是
98
<input type="checkbox" id="CheckNo" name="CheckNo"/>否
99
<p>
100
- <input type="radio" name="radio1" value='A'/>A
101
- <input type="radio" name="radio1" value='B'/>B
+ <input type="radio" name="radio1" id='radioA' value='A'/>A
+ <input type="radio" name="radio1" id='radioB' value='B'/>B
102
103
<select id="selectdemo" name="selectdemo"><option value="item1">第一个元素</option><option value="item2">第二个元素</option><option value="item3">第三个元素</option></select>
104
0 commit comments