ca-dsgn
ca-dsgn
How to reproduce: 1. Use the latest code from version 6.7.5: 2. Create an "abide-ready" form (data-abide novalidate) 3. Add a checkbox input with the required attribute, a "form-error" span,...
Hi guys, that's a great jquery plugin u guys developed there. Just figured out, that the draggable function of your plugin is not working on mobile platforms e.g. iOS. I...
Hi, I just figured out that if running under PHP 8.1 your code isn't runnable yet: `Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in...
I updated my fork of this repo to run under PHP 8.2. You can install it via composer: composer require ca-dsgn/lessphp The code under packagist will also be auto-updated to...
I just updated my local environment to PHP 8.1 and checked that there are several issues: `Deprecated: preg_match(): Passing null to parameter #4 ($flags) of type int is deprecated in...
Hi guys, I just figured out that if a website contains an iframe, which shows a cookie modal (e.g. shown on google.com), the plugin doesn't block it. Is there an...