Ryan Schlimmer
Ryan Schlimmer
Bug description: The datepicker triggers the change event callback handler (e.g. `ngModelChange`) during component initialization. Plunker/StackBlitz that reproduces the issue: https://stackblitz.com/edit/1hchts-ei6y7y?file=src%2Fapp%2Fapp.component.ts The provided StackBlitz renders two `bsDatepicker` that illustrate different...
**Describe the bug** Adding an image that exceeds its constraint will, in some scenarios, cause the application to "hang" until memory exhaustion. Rather than throwing a `DocumentLayoutException` exception, the execution...