-
Notifications
You must be signed in to change notification settings - Fork 67
Callout: unable to close by button inside #450
Comments
|
Nixing my previous comment... I got my wires crossed got Reopening this and flagging as a bug to be investigated. I believe it's the binding defined here that's the root cause: https://github.com/ngOfficeUIFabric/ng-officeuifabric/blob/master/src/components/callout/calloutDirective.ts#L223-L226 Need to add a test to duplicate the bug & then resolve. |
Fixed closing collout by clicking on button located inside it Closes ngOfficeUIFabric#450.
Fixed closing collout by clicking on button located inside it Closes ngOfficeUIFabric#450.
Fixed closing collout by clicking on button located inside it Closes ngOfficeUIFabric#450.
I'd like to be able to close a callout with uif-close attribute by clicking a button located inside uif-callout-actions component. Please see the codepen: after the Close button is clicked the
ctrl.show
property is being reset and the callout stays open.I was hoping to fix this myself but everything is in TypeScript and I don't really understand it yet, sorry.
The text was updated successfully, but these errors were encountered: