diff --git a/templates/matchingDropDown.jsx b/templates/matchingDropDown.jsx index a3c041e..aed55f5 100644 --- a/templates/matchingDropDown.jsx +++ b/templates/matchingDropDown.jsx @@ -164,6 +164,8 @@ export default function MatchingDropDown(props) { ? correctActiveOption : activeOption; + const hasActiveOption = Boolean(options.find(option => (option._itemIndex === _itemIndex) && option._isActive)); + return (