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 f892bae commit 9e01575Copy full SHA for 9e01575
src/index.jsx
@@ -733,7 +733,7 @@ export default class DatePicker extends React.Component {
733
placeholder: this.props.placeholderText,
734
disabled: this.props.disabled,
735
autoComplete: this.props.autoComplete,
736
- className: customInput.props.className + " " + className,
+ className: classnames(customInput.props.className, className),
737
title: this.props.title,
738
readOnly: this.props.readOnly,
739
required: this.props.required,
0 commit comments