Open alfalfascout opened 4 years ago
Steps to reproduce:
<input type="color">
$('input[type="color"]').click(function(e){e.preventDefault();});$('input[type="color"]').colorPicker();
I'm running Firefox 79.0 (64-bit) on Windows 10, if that makes a difference.
Is there a way to prevent this from happening?
``
Steps to reproduce:
<input type="color">
.$('input[type="color"]').click(function(e){e.preventDefault();});$('input[type="color"]').colorPicker();
I'm running Firefox 79.0 (64-bit) on Windows 10, if that makes a difference.
Is there a way to prevent this from happening?