Totati
Totati
Clicking a pill at the top of the [components page](https://valor-software.com/ngx-bootstrap/#/components) breaks native browser navigation. I can't go back to the previous page. Tested in Chrome 97.0.4692.71, Edge 97.0.1072.55, Firefox 96.0.1
**Bug description:** Datepickers on the side of the page are still centered relative to the input, this causes the pickers to overflow the body. On the right it causes scrolling,...
### Documentation Feedback The `background-image` used for indicating selection does not work. There's an error on the console:  > Refused to load the image 'data:image/svg+xml;utf8,' because it violates the...
Directives which extend `Directive` class has the same > Base class for creating custom directives. Users should extend this class, implement render and/or update, and then pass their subclass to...
Clicking on a label associated with a selectlist does nothing. [Reproduction](https://stackblitz.com/edit/web-platform-t78vc1?file=index.html) - click on the label before the selectlist. Expected behavior: It should focus the button inside the selectlist.
A selectlist without options or with disabled options only will throw `Cannot set properties of undefined (setting 'tabIndex')` error. [Selectlist expects to have at least one enabled input.](https://github.com/luwes/selectlist-polyfill/blob/b962b6e84476ebb453002388de2c05cd58e2ea95/src/selectlist.js#L441) [Reproduction](https://stackblitz.com/edit/web-platform-t65p3h?file=index.html) -...
[adoptedStyleSheets ](https://developer.mozilla.org/en-US/docs/Web/API/ShadowRoot/adoptedStyleSheets) could reduce the memory usage of this polyfill and make it more efficinet.
### Documentation Feedback Dragging a list element of an example like [connected sorting group](https://material.angular.io/cdk/drag-drop/examples#cdk-drag-drop-connected-sorting-group) and moving the item near the page border won't trigger auto scroll on pages narrower than...