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 3ab634e commit 64f48e9Copy full SHA for 64f48e9
DateTime.js
@@ -23,7 +23,6 @@ var Datetime = React.createClass({
23
time: TimeView
24
},
25
propTypes: {
26
- className: TYPES.string,
27
date: TYPES.object,
28
onBlur: TYPES.func,
29
onChange: TYPES.func,
@@ -279,7 +278,7 @@ var Datetime = React.createClass({
279
278
children = [ DOM.input( assign({
280
key: 'i',
281
type:'text',
282
- className: this.props.className,
+ className: 'form-control',
283
onFocus: this.openCalendar,
284
onChange: this.onChange,
285
value: this.state.inputValue
0 commit comments