onclick not working at iconbutton code example
Example: button click not working due to icon
Update your css with the following. I'm assuming you don't need mouse events
on your icon.
.icon-eye-open {
pointer-events:none;
}
Update your css with the following. I'm assuming you don't need mouse events
on your icon.
.icon-eye-open {
pointer-events:none;
}