updated for change in RadioBoxModel
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
c41cf3f18e
commit
c3290f83ba
@ -27,7 +27,7 @@ import VDS
|
|||||||
let selectedBox = boxes.first { (box) -> Bool in
|
let selectedBox = boxes.first { (box) -> Bool in
|
||||||
return box.selected
|
return box.selected
|
||||||
}
|
}
|
||||||
return selectedBox?.fieldValue ?? selectedBox?.text
|
return selectedBox?.formFieldValue() ?? selectedBox?.text
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user