提交 66b5c473 编写于 作者: M Minwe

fix Selected plugin example

上级 76d6863a
......@@ -179,7 +179,7 @@
### 选项验证提示
`````html
<select data-am-selected minchecked="2" maxchecked="3">
<select multiple data-am-selected minchecked="2" maxchecked="3">
<option value="a">Apple</option>
<option value="b">Banana</option>
<option value="o">Orange</option>
......@@ -187,7 +187,7 @@
</select>
`````
```html
<select data-am-selected minchecked="2" maxchecked="3">
<select multiple data-am-selected minchecked="2" maxchecked="3">
<option value="a">Apple</option>
<option value="b">Banana</option>
<option value="o">Orange</option>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册