Skip to content

Commit e3e8c17

Browse files
committed
Correct optimisticToggle default in README
1 parent 7622a19 commit e3e8c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ class Widget extends React.Component {
7676
| `onExpand` | function | **Required**. onExpand handler: `function(expanded) {}` | |
7777
| `name` | string | Optional name for the hidden `<input>` element. | `undefined` |
7878
| `nameAsArray` | bool | If true, the hidden `<input>` will encode its values as an array rather than a joined string. | `false` |
79-
| `optimisticToggle` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | `false` |
79+
| `optimisticToggle` | bool | If true, toggling a partially-checked node will select all children. If false, it will deselect. | `true` |

0 commit comments

Comments
 (0)