Results 78 comments of Max Okorokov

A PR would have been helpful, if you had a fix ;)

Ok, will reopen this as a feature request. In case of the `top` placement above, bootstrap/popper **SHIFT** the popover horizontally until it fits (note the arrow is not centered), we...

Late, but: - you can always stick a directive if necessary: https://stackblitz.com/edit/angular-jqzuxt-tyh4sj?file=src%2Fapp%2Fmodal-basic.html,src%2Fapp%2Fmodal-basic.ts - just query it with `document.querySelector()` depends on your needs...

Hey, @bastienmoulia, this looks... big, haha. I really do appreciate the effort to fix this though. I don't think we should duplicate the datepikcer's code to make a monthpicker. It's...

We could fix this by allowing you to choose the strategy, like the `Router` does with `pathMatch?: 'prefix' | 'full'` → https://angular.dev/api/router/Route Something like: 1. `@Input() selectOnExact: boolean | 'prefix';`...

Sure, works for me (apart from `first-match`, not `first_match`) :) Shouldn't be hard to do either and non-breaking change. You could open a PR if you're up for it (can...

It is not a bug to my knowledge, but the explicit decision. I'll mark this as a feature request to better customize autoclosing behavior.

Could you share your minimal configuration in a StackBlitz? Kinda hard to say without the code, just clone the basic example (StackBltiz button) → https://ng-bootstrap.github.io/#/components/carousel/examples#basic