-
Bug
-
Resolution: Unresolved
-
Minor
When using a name referencing radios (they all have the same name since it;s a radio group) as dependency with auto-complete or validation, the value return in the parameter is always the value of the nearest radio, regardless if it is checked or not.
It looks like this is because the qs.nearBy is just doing a findNearBy(owner, name), and does not care for radio if this is checked or not. This completely messes up any auto-completion/validation we could make using the value of the radio group.