We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f167c13 commit 0e6b62aCopy full SHA for 0e6b62a
docs/examples/Input.js
@@ -27,7 +27,7 @@ const ExampleInput = React.createClass({
27
value={this.state.value}
28
placeholder='Enter text'
29
label='Working example with validation'
30
- help='Validates based on string length.'
+ help='Validation is based on string length.'
31
bsStyle={this.validationState()}
32
hasFeedback
33
ref='input'
0 commit comments