I am trying to add some controls on either side of the datepicker so users can navigate directly. Unfortunately the way the datepicker is build it does not work with normal bootstrap input-group.
Expected Behavior
Can add InputGroup addons to the DatePicker control.
Current Behavior
When adding InputGroup addons the controls don't join properly together (e.g. rounding on the date picker control still there and size is slightly off).
Steps to Reproduce (for bugs)
I use the below code to setup the datepicker and addons:
I would like to have previous and next date controls next the sides of the date picker so users can make a quick change to date if they just want to skip to the next or previous day.
I am trying to add some controls on either side of the datepicker so users can navigate directly. Unfortunately the way the datepicker is build it does not work with normal bootstrap input-group.
Expected Behavior
Can add InputGroup addons to the DatePicker control.
Current Behavior
When adding InputGroup addons the controls don't join properly together (e.g. rounding on the date picker control still there and size is slightly off).
Steps to Reproduce (for bugs)
I use the below code to setup the datepicker and addons:
Context
I would like to have previous and next date controls next the sides of the date picker so users can make a quick change to date if they just want to skip to the next or previous day.
Your Environment