I started a Project and more or less copied and paste the example of the datepickerrange from the doc. But the elements are not appearing next to each other but rather below and above. I checked and I have the latest Version of dash and i have tried it in multiple browsers.
That’s strange it never happened with me before, in a normal scenario the component should be align on a single row unless the width is not sufficient or other components are taking up the width which forces it to move onto a second row.
Are you sure the components are not taking more space than 12 cols on a single row or if you are not using any external stylesheet?
That what I thought as well, but I removed everything from the script and just pasted the example. The external css sheet I use was used in the doc example as well and there are no other components in the site that would disrupt the alignment.