Closed Alex-Bond closed 5 years ago
Try to create the modal window with \yii\bootstrap\Modal widget.
\yii\bootstrap\Modal
Close button on the right side.
Close button on left side.
To fix it you need to adjust to new code style modal-header. http://getbootstrap.com/docs/4.0/components/modal/
Can be closed. Rendering got fixed. https://github.com/yiisoft/yii2-bootstrap4/blob/8fbf92295f85e0f5817af13001e05a1b37f82fdf/tests/ModalTest.php#L72 proves this
What steps will reproduce the problem?
Try to create the modal window with
\yii\bootstrap\Modal
widget.What's expected?
Close button on the right side.
What do you get instead?
Close button on left side.
Additional info
To fix it you need to adjust to new code style modal-header. http://getbootstrap.com/docs/4.0/components/modal/