-
-
Notifications
You must be signed in to change notification settings - Fork 190
Closed
Labels
status:to be verifiedNeeds to be reproduced and validated.Needs to be reproduced and validated.
Milestone
Description
When I render a modal inside a ActiveForm, the modal can't be closed by clicking on the background/overlay. When the modal is rendered outside of the ActiveForm, everything works fine!
Here's the markup:
<?php $form = ActiveForm::begin(['options' => ['enctype' => 'multipart/form-data']])
...
Modal::begin([
'header' => 'Some title',
'size' => Modal::SIZE_LARGE,
'toggleButton' => [
'label' => "More info",
'class' => 'btn btn-sm btn-info'
]
]);?>
<div class="info-content">
...
</div>
<?php Modal::end();
...
ActiveForm::end()?>Metadata
Metadata
Assignees
Labels
status:to be verifiedNeeds to be reproduced and validated.Needs to be reproduced and validated.