We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd4d19 commit 5bc1cf7Copy full SHA for 5bc1cf7
docs-site/src/examples/disabled_keyboard_navigation.jsx
@@ -24,8 +24,8 @@ export default React.createClass({
24
{'<DatePicker'}<br />
25
{'selected={this.state.startDate}'}<br />
26
{'onChange={this.handleChange}'}<br />
27
- <strong>{'disabledKeyboardNavigation />'}</strong><br />
28
- {'placeholderText="This has disabled keyboard navigation"'}
+ <strong>{'disabledKeyboardNavigation'}</strong><br />
+ {'placeholderText="This has disabled keyboard navigation" />'}
29
</code>
30
</pre>
31
<div className="column">
0 commit comments