SyntaxFix
Write A Post
Hire A Developer
Questions
The cleanest method would be to add a class with pointer-events:none when you want to disable a click. It would function like a normal label.
.disableClick{ pointer-events: none; }