-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
v.0.27.0
React v.15.0.1
I'm including the styles as noted in the docs:
require('react-datepicker/dist/react-datepicker.css');
There is a considerable disparity between the addon and the input style/alignment:
markup:
<div className="input-group">
<span className="input-group-addon">
<i className="fa fa-calendar"></i>
</span>
<DatePicker
selected={this.state.startDate}
onChange={this.handleDateChange.bind(null, 'startDate')}
placeholderText="Start Date …"
className="form-control"/>
</div>
StanislavMayorov, programmer-yang, Mawaheb and stancjraleccool213
Metadata
Metadata
Assignees
Labels
No labels