Skip to content

Mise A Jour

Choose a tag to compare

@Agbokoudjo Agbokoudjo released this 15 Oct 01:43

Refactoring of controller Validator and Rull && Add pluggable validation options caching for performance

Adds the 'FieldOptionsValidateCacheAdapterInterface' and the default 'LocalStorageCacheAdapter'.
This allows users to inject a custom cache system (e.g., Dexie.js) or use the default local storage cache to accelerate repeated validation checks by avoiding unnecessary DOM lookups.

BREAKING CHANGE: N/A (Feature is entirely retro-compatible via optional constructor argument).
FormValidateController
demo
demo1