Dependency Plugin
Automatically revalidates dependent fields when a primary field validates.
Options
| Option | Type | Description |
|---|---|---|
[field] | string | Space-separated list of dependent field names to revalidate when field validates |
Playground
Notes
- Dependents are space-separated:
{ a: 'b c' }revalidates bothbandcwhenavalidates. - Built-in loop protection: if
adepends onbandbdepends ona, the chain stops after one full cycle. - Works with any event — combine with
Triggerto trigger the cascade onchangeorinput.