matrix-admin-bt5 icon indicating copy to clipboard operation
matrix-admin-bt5 copied to clipboard

Modal on pages element doesn't work

Open meigiyanto opened this issue 3 years ago • 3 comments

Please verified this problem.

meigiyanto avatar May 30 '21 09:05 meigiyanto

It uses old bootstrap data. See here the differences: https://getbootstrap.com/docs/5.0/components/modal/

Krakengr avatar Jul 24 '21 10:07 Krakengr

@Krakengr So does this mean the dashboard do not support modals? cant find a workaround on this.

Sunny-Ojo avatar Sep 20 '21 12:09 Sunny-Ojo

You have to make a few changes, eg: data-toggle="modal" should be changed to data-bs-toggle="modal"

and

data-target should be changed to data-bs-target

Krakengr avatar Oct 26 '21 12:10 Krakengr