Skip to content

Commit cb42573

Browse files
committed
Merge pull request react-bootstrap#620 from AlexKVal/fixInputStyling
Fix for Input styling on react-bootstrap.github.io
2 parents 326fc99 + a46a924 commit cb42573

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/examples/Input.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const ExampleInput = React.createClass({
3232
hasFeedback
3333
ref='input'
3434
groupClassName='group-class'
35-
wrapperClassName='wrapper-class'
3635
labelClassName='label-class'
3736
onChange={this.handleChange} />
3837
);

0 commit comments

Comments
 (0)