react-datetime
react-datetime copied to clipboard
Add Support for Form Groups
Because DateTime uses a div as a wrapper, the prepend and append for Form Groups does not work when using DateTime Pickers
<InputGroup className="w-100">
<DateTime />
<InputGroup.Append>
<InputGroup.Text>
<span className="glyphicons glyphicons-calendar" />
</InputGroup.Text>
</InputGroup.Append>
</InputGroup>
Screenshot
The append gets moved to the next line. It displays it as block

Without <div> Wrapper
