You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jiann4321 As temporary workaround you can set the autoClose property to false very dirty in the private _state object of BsDropdownContainerComponent which was returned from onShow output of the dropdown directive. I know its ugly.
When using:
The autoClose property setter is called prior to ngOnInit, meaning the value is then overridden by the default from the config.
ng2-bootstrap 1.6.0
The text was updated successfully, but these errors were encountered: