mocheng / react-and-redux

《深入浅出React和Redux》代码

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

第四章todoitem.js 中的checkbox应该是没有readonly属性的

livetune opened this issue · comments

commented

不管不设置readonly属性checkbox仍然可以改变选中状态,应该将readOnly换成disabled=“disabled”