Modal on pages element doesn't work
Opened this issue · 3 comments
meigiyanto commented
Please verified this problem.
Krakengr commented
It uses old bootstrap data. See here the differences:
https://getbootstrap.com/docs/5.0/components/modal/
Sunny-Ojo commented
@Krakengr So does this mean the dashboard do not support modals? cant find a workaround on this.
Krakengr commented
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