Anchor loads new page, button takes action as designed.
What is actually happening?
An "active" class is assigned to the parent element with the data-toggle="list" attribute, and any child elements have their default click behavior disabled.
Solution
Not sure, for now I'm just disabling list.js
Additional comments
I assume this applies to input elements too, but haven't tested.
Version
1.1.0
Reproduction link
https://demos.creative-tim.com/impact-design-system-pro/dashboard/pages/tables/sortable.html
Operating System
macOS 10.15.6
Device
Mac
Browser & Version
Chrome 85.0.4183.102
Steps to reproduce
What is expected?
Anchor loads new page, button takes action as designed.
What is actually happening?
An "active" class is assigned to the parent element with the data-toggle="list" attribute, and any child elements have their default click behavior disabled.
Solution
Not sure, for now I'm just disabling list.js
Additional comments
I assume this applies to input elements too, but haven't tested.