Joel Mora

Results 4 comments of Joel Mora

I have the same problem, is a problem related with z-index property on select2 plugin, what I do for temporary fix this problem is assign a z-index property on initialization....

@tuupola FYI I did a workaround on v3.3.1 to be able to throw a Slim HTTP code. ```php use Slim\Exception\HttpUnauthorizedException; // 1st middleware to configure basic authentication $app->add(new HttpBasicAuthentication([ "users"...

@Danowicz Hey man, sorry I don't spend so much time on this project, I just released a new version with updated dependencies and hopefully a bit more stable, let me...

Any updates with this? I did the workaround proposed for @ansman in https://github.com/ansman/validate.js/issues/74#issuecomment-145609665, but for validators that involves variables as "is too short (minimum is 8 characters)" is too ugly...