wrappixel/matrix-admin-bt5

Modal on pages element doesn't work

Opened this issue · 3 comments

Please verified this problem.

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

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

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