Skip to content

Commit c76b88c

Browse files
committed
[added] Support onClick on child
1 parent f088691 commit c76b88c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Wrap your React-Bootstrap element in a `LinkContainer` to make it behave like a
1616

1717
To disable the element and the link, set the `disabled` prop on the `LinkContainer`. For the equivalent of `IndexLink`, use `IndexLinkContainer`.
1818

19+
As with React Router's `Link`, returning `false` from an `onClick` handler on `LinkContainer` will prevent the transition. However, this behavior will not apply to any `onClick` on the child, which instead will have to call `event.preventDefault()` explicitly to prevent the transition.
20+
1921
## Installation
2022

2123
```
@@ -25,7 +27,7 @@ npm install react-router-bootstrap
2527
You will also want to have React Router and React-Bootstrap.
2628

2729
```
28-
npm install react-router react-bootstrap
30+
npm install react-router@latest react-bootstrap
2931
```
3032

3133
## Contributing

0 commit comments

Comments
 (0)