Skip to content

Commit 64f48e9

Browse files
author
Michael Katsevman
committed
Reverted classNames
1 parent 3ab634e commit 64f48e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

DateTime.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ var Datetime = React.createClass({
2323
time: TimeView
2424
},
2525
propTypes: {
26-
className: TYPES.string,
2726
date: TYPES.object,
2827
onBlur: TYPES.func,
2928
onChange: TYPES.func,
@@ -279,7 +278,7 @@ var Datetime = React.createClass({
279278
children = [ DOM.input( assign({
280279
key: 'i',
281280
type:'text',
282-
className: this.props.className,
281+
className: 'form-control',
283282
onFocus: this.openCalendar,
284283
onChange: this.onChange,
285284
value: this.state.inputValue

0 commit comments

Comments
 (0)