As a result, if you have multiple callouts on a page with close buttons, the component only attempts to close the first callout. Only one callout can be open at one time but the close button does nothing on all but the first callout.
It should probably do something like the following in the constructor:
The callout component registers a click handler on an element using
As a result, if you have multiple callouts on a page with close buttons, the component only attempts to close the first callout. Only one callout can be open at one time but the close button does nothing on all but the first callout.
It should probably do something like the following in the constructor: