Twitter bootstrap – Yii2 Bootstrap Modal backdrop not working
I've created modal window using Yii2 bootstrap Modal. The default behaviour of Modal is if you click outside the modal area, the modal will automatically close. I want to prevent that behaviour means it should not close the modal window…