From cfe9b72c69071badf1fdd5ae506dae3426f17eb0 Mon Sep 17 00:00:00 2001 From: Nigel Armstrong Date: Wed, 8 Apr 2020 22:46:03 -0700 Subject: [PATCH] Fix docs clickableClassName -> clickClassName --- README.md | 2 +- website/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c71a2d6..97a9a8e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ The `` component accepts a few optional props: - `mixedDeselect` (Boolean) When enabled items can be selected and deselected with selectbox at the same time, `enableDeselect` should be set to `true`. - `scrollContainer` (String) Selector of scroll container which will be used to calculate selectbox position. If not specified SelectableGroup element will be used as scroll container. - `ignoreList` (Array) Array of ignored selectors. -- `clickableClassName` (String) On elements with specified selector click item containing this element will be selected. +- `clickClassName` (String) On elements with specified selector click item containing this element will be selected. - `tolerance` (Number) The amount of buffer to add around your `` container, in pixels. - `className` (String) Class of selectable group element. - `selectionModeClass` (String) Class indicating that there is more than 1 selected item. Defaults to 'in-selection-mode'. diff --git a/website/index.html b/website/index.html index c46db8e..62c88c0 100644 --- a/website/index.html +++ b/website/index.html @@ -227,7 +227,7 @@

  • ignoreList (Array) Array of ignored selectors.
  • - clickableClassName (String) On element with specified selector click item + clickClassName (String) On element with specified selector click item cotaining this element will be selected.