Since the picker is contained within the .responsive-table which has overflow-x: auto this cuts off the picker if the data is not long enough, there is a possible workaround but it comes with its own caveats.
It got me wondering if the date picker should be an add-on concern? Should we be making this a required dependency of the add-on or just allow each project to implement their own picker customized to their needs?
@morgan
.responsive-table
which hasoverflow-x: auto
this cuts off the picker if the data is not long enough, there is a possible workaround but it comes with its own caveats.