From 77a02a1e257a534007a309297f4b03dfc0a09686 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Wed, 14 Sep 2022 11:59:01 -0500 Subject: [PATCH] moved valueChanged to method again this is due to the updating internal models via the control, therefore there will be a delay in the eventing from the publisher back up to the parent model Signed-off-by: Matt Bruce --- VDS/Classes/SelectorGroupHandlerBase.swift | 5 +++++ VDS/Components/Checkbox/CheckboxGroup.swift | 4 +--- VDS/Components/RadioBox/RadioBoxGroup.swift | 4 +--- VDS/Components/RadioButton/RadioButtonGroup.swift | 4 +--- VDS/Components/RadioSwatch/RadioSwatchGroup.swift | 10 +++++++--- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/VDS/Classes/SelectorGroupHandlerBase.swift b/VDS/Classes/SelectorGroupHandlerBase.swift index e8679832..37abed69 100644 --- a/VDS/Classes/SelectorGroupHandlerBase.swift +++ b/VDS/Classes/SelectorGroupHandlerBase.swift @@ -88,6 +88,11 @@ public class SelectorGroupHandlerBase>: SelectorGroupHandlerBase where GroupModelType.SelectorModelType == ModelHandlerType.ModelType { diff --git a/VDS/Components/Checkbox/CheckboxGroup.swift b/VDS/Components/Checkbox/CheckboxGroup.swift index 85dd1134..4fb3e5dc 100644 --- a/VDS/Components/Checkbox/CheckboxGroup.swift +++ b/VDS/Components/Checkbox/CheckboxGroup.swift @@ -14,9 +14,7 @@ public class CheckboxGroup: CheckboxGroupBase else {