Make field dependency change value in visualforce page

I currently have an issue where any changes I made on the controlling field (Stage field), the dependent field (Reason for Closure) is not changing on the visualforce page.

This part is were I change the stage to Closed -Lost, the dependency field, Reason for Closure is enabled and use can choose the reason
table 1

However, if the expectation is that the Reason for Closure field at the bottom should also change, but it is not changing.
changing value to all opps

This code is for the fields applied at the top to all member opps

<apex:form >        
        <apex:pageBlock >
            <apex:dataList id="fieldsToEdit" value="{!manageOppList}" var="manageOpp2" rows="1" styleClass="noDot"> 
                <apex:pageBlockSection title="Details" columns="2" >
                      <apex:inputField id="_stage" required="false" onchange="rippleDown(this);" value="{!manageOpp2.opp2.StageName}"  styleClass="exampleDataToSetVariable"/>
                      <apex:inputField id="_reasonForClosure" required="false" onchange="rippleDown(this);" value="{!manageOpp2.opp2.Reason_for_Closure__c}"  styleClass="exampleDataToSetVariable"/>
                    

These displays all member opp

<apex:repeat value="{!manageOppList}" var="manageOpp">
<tr>
<td class="sticky-col first-col ">
     <div class="center-bottom">
        <apex:inputCheckbox id="selectCheckbox" value="{!manageOpp.isSelected}"/>
     </div>
</td>
<td class="sticky-col second-col">
<apex:outputLink value="{!manageOpp.opp.Id}">{!manageOpp.opp.Name}</apex:outputLink>
</td>
<td>
<apex:inputField id="closeDate" value="{!manageOpp.opp.CloseDate}" onchange="fieldChanged();" />
</td>
<td>
<apex:inputField id="_stage" value="{!manageOpp.opp.StageName}" />
</td>
<td>
<apex:inputField id="_reasonForClosure" value="{!manageOpp.opp.Reason_for_Closure__c}"/>
</td>

These script is responsible for rippling down or applying all the changes to the member opp

function rippleDown(inputElement) {
        // Get the last 4 digits from ID
        var inputId = inputElement.id;
        var last4Digits = inputId.slice(-4);
        
        // Get only the input checkboxes in the first column
        var checkboxes = document.querySelectorAll('td:first-child input[type=checkbox]');
        
        // Iterate through checkboxes array to check if checkboxes are checked
        for (let i = 0; i < checkboxes.length; i++) {
            if (checkboxes[i].checked) {
                // Get the row where the checked checkbox is located
                var row = checkboxes[i].closest('tr');
                
                // Get all the input, select, and checkbox elements from the row with an ID ending with last 4 digits
                var rowInputsAndSelects = row.querySelectorAll('input[id$="' + last4Digits + '"], select[id$="' + last4Digits + '"], input[type=checkbox][id$="' + last4Digits + '"]');
                
                // Iterate through the array and assign the value or check the checkbox
                for (let j = 0; j < rowInputsAndSelects.length; j++) {
                    if (rowInputsAndSelects[j].type === 'checkbox') {
                        // Check/uncheck the checkbox element based on the input state
                        rowInputsAndSelects[j].checked = inputElement.checked;
                    } else {
                        // Set the value of input and select elements
                        rowInputsAndSelects[j].value = inputElement.value;
                    }
                }
            }
        }
    }

If you change the value of the Stage at the bottom, the dependent field is enabled and user can change it.
changing at the bottom

Is there any thing that I can do with javascript that can mimic a user clicking a field? onchange doesnt’ work and adding event listener or maybe I’ve just done it incorrectly, I’m quite a beginner with javascript.

Any suggestion or if you can point me to the right direction is surely appreciated. Thank you

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật