Piotr Zatorski
Piotr Zatorski
Any progress on that? I think this package isn't maintained any more?
I was success with invisble rcaptcha only with `vihuvac/recaptcha-bundle` you need override callback by `"callback" => "onCustomReCaptchaSuccess"` and creating your own JS function function onCustomReCaptchaSuccess() { let errorDivs = document.getElementsByClassName("recaptcha-error");...
It's not a bug. In range picker mode you can add only one range - it's desired behavior. You can use classic mode to show more than one range, but...
Hey, do you still need PR for that? I can try to do it.
I already found that workaround for that is not to use "0" as value of enum. eg. `const Admin = 0;`. UPDATE: For me it's rather Nova itself bug then...