f27e44f5f2
After the BE indicator was removed, limitedToBE was hardcoded false and threaded through BoxSelectorItem.onSelect -> BoxSelector.onChange/handleSelect -> BoxSelectorAngular.handleChange, where $setValidity(name, !limitedToBE) was a permanent no-op (always valid). Drop the parameter from the whole chain and the no-op $setValidity. That left formCtrl/require:'^form'/IFormController dead (they existed only for that validity call), so remove them too — the component no longer needs a parent form. The real on-change wiring ($evalAsync -> onChange(value)) is unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>