vael-ui@0.1.3
·
101 commits
to main
since this release
Patch Changes
d752420Thanks @Mini-Sylar! - FixField's context (disabled,required,invalid, labelforwiring, focus/filled tracking) not reaching wrapped controls under Vapor.fieldKeywas defined as a freshSymbol()insideField.vueitself, so the Vapor build's copy of that file created a second, different Symbol instance than the oneuseFieldControl(shared, not duplicated) always injected with — the two never matched, so every control wrapped in<Field>silently ignored the wrapper's state under Vapor.fieldKeynow lives in its own module that the Vapor build correctly imports instead of redefining.