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
@crodriguez1a Seems like conditionally setting the onclose action is a side-effect of using the show attr to show/hide the modal. What if we slightly changed the implementation, where we instruct users to use the if helper ->
In the demo, we provide an
onclose
action conditionally, and anull
value can be passed as a closure action, which is not allowed in 2.13.Can either update the demo here to demonstrate the following:
or provide a noOp as the default
onclose
valueThe text was updated successfully, but these errors were encountered: