bootstrap-switch 版本 3.4.0 似乎没有更改底层 INPUT 的选中 属性
bootstrap-switch version 3.4.0 doesn't seem to change the checked property of the underlying INPUT
我使用的是最新版本的 bootstrap-switch。
我有以下HTML
<input type="checkbox" data-size="small" name="Scopes[0].AdviseListedEquities" checked>
我在元素上调用 bootstrapSwitch()
,它没有抛出任何错误。
但是,复选框处于关闭状态,当我选中该复选框时,基础 checked
状态根本没有改变。
有什么建议吗?
3.4.0 is broken
Tried: 3.3.2, which works correctly.
我使用的是最新版本的 bootstrap-switch。
我有以下HTML
<input type="checkbox" data-size="small" name="Scopes[0].AdviseListedEquities" checked>
我在元素上调用 bootstrapSwitch()
,它没有抛出任何错误。
但是,复选框处于关闭状态,当我选中该复选框时,基础 checked
状态根本没有改变。
有什么建议吗?
3.4.0 is broken
Tried: 3.3.2, which works correctly.