@bigbinary/neeto-rules-frontend 2.5.40 → 2.5.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3969,13 +3969,13 @@ var RadioField$1 = function RadioField(_ref2) {
|
|
|
3969
3969
|
}),
|
|
3970
3970
|
ref = _useActiveField2.ref,
|
|
3971
3971
|
setFieldActive = _useActiveField2.setFieldActive;
|
|
3972
|
-
var selectedOption = neetoCist.
|
|
3972
|
+
var selectedOption = neetoCist._findBy({
|
|
3973
3973
|
value: field.value
|
|
3974
3974
|
}, options);
|
|
3975
3975
|
var searchedOptions = getSearchedOptions$1(options, searchTerm);
|
|
3976
3976
|
var handleRadioChange = function handleRadioChange(_ref3) {
|
|
3977
3977
|
var value = _ref3.target.value;
|
|
3978
|
-
var selectedOption = neetoCist.
|
|
3978
|
+
var selectedOption = neetoCist._findBy({
|
|
3979
3979
|
value: value
|
|
3980
3980
|
}, options);
|
|
3981
3981
|
handleOnChange ? handleOnChange(selectedOption) : setValue(value);
|