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
I have a need to programmatically prevent a popover from being closed such as an onBeforeHide method.
For example I need the user to enter a value on the popover and then click a button to confirm. I would like to intercept the hide of the popover if a value is required or they haven't clicked the button to prevent the popover from closing.
If no interaction with the popover is required or editing conditions are met, then the popover should close according to its triggers.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 3.2.0
Angular: 7.2.12
Bootstrap: 4.3.1
Build system: Angular CLI
The text was updated successfully, but these errors were encountered:
Feature request:
I have a need to programmatically prevent a popover from being closed such as an onBeforeHide method.
For example I need the user to enter a value on the popover and then click a button to confirm. I would like to intercept the hide of the popover if a value is required or they haven't clicked the button to prevent the popover from closing.
If no interaction with the popover is required or editing conditions are met, then the popover should close according to its triggers.
Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 3.2.0
Angular: 7.2.12
Bootstrap: 4.3.1
Build system: Angular CLI
The text was updated successfully, but these errors were encountered: