Gary Green

Results 63 issues of Gary Green

At the moment there doesn't appear to be any way to hook into imagehash to remove solid colours from the image - this causes two images with a heavy black...

Is there any interest in having a faster adapter which just uses PHP GD to process images rather than going through Intervention package? On my machine using simple gd operations...

A linked field will automatically validate if it's linked field has a value. Useful for `same` and `confirmed` rule when validating passwords are the same, email addresses, etc.

Instead of: ``` javascript first_name: { rules: 'required' } ``` Allow for ``` javascript first_name: 'required' ``` Useful when no custom options are needed.

Especially useful for `remoteRule` so it won't fire new requests if value was already validated and hasn't changed.

``` javascript removeField('name'); removeField(Node); ```

Might be a good idea? ``` html ```

Abstract the styling out and ability to switch the validator to using a new framework: - Foundation - Semantic UI - Pure

enhancement

- don't fire any events, highlighting, etc - simply determines if field is valid - support async by passing a callback

- $el.attr('novalidate', 'novalidate') - el.checkValidity