Skip to content

Commit 6aaa403

Browse files
committed
Fix typo in Readme
1 parent 8b1d1aa commit 6aaa403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ The `<SelectableGroup />` component accepts a few optional props:
139139
- `deselectOnEsc` (Boolean) Unselect all items on ESC keydown/keyup events. Default value is `true`. Using `ref` on `SelectableGroup` gives access to `ref.clearSelection()` method to unselect all items programmatically.
140140
- `disabled` (Boolean) Enable or disable the selectable draggable, useful if you want to enable drag of sub-items. Default value is `false`.
141141
- `delta` (Number) Value of the CSS transform property scaled list, useful if your list of items in `<SelectableGroup />` is wrapped by a scale css transform property. Default value is `1`.
142-
- `selectOnClick` (Boolean) Allow selecting by clicking items. Default value us `true`
143-
- `allowShiftClick` (Boolean) Perform select actions even though the shift key is down when clicking or dragging. Default value us `false`
142+
- `selectOnClick` (Boolean) Allow selecting by clicking items. Default value is `true`
143+
- `allowShiftClick` (Boolean) Perform select actions even though the shift key is down when clicking or dragging. Default value is `false`

0 commit comments

Comments
 (0)