richyarD
richyarD
Same problem here: after deleting all data-\* attributes and 'error' class from inputs, after trying to submit the form, plugin adds again 'error' class to input, thus blocking the form...
Same, just pulled from repo and when tried to install with recommended settings (on latest Chromebook update 122.0.6261.118, but on Linux Debian VM environment) I got same error: ``` Existing...
@dlsso good solution. It helped me. But in my case, this line _cropHost.setMaxDimensions(value[0],value[1]);_ had to be edited. Just change _value[0]_ and _value[1]_ to some big number, and it will allow...