function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan SpinkJonathan Spink 

Why is onchange event not working?

I have this on my VF page and code to update a related field when an onchange event occurs. Every so often, it fails to respond to the change event for that field. Any ideas?

<apex:inputField value="{!batch.Bank_Date__c}"  >
<apex:actionSupport event="onchange" action="  {!myPaymentMethod}" rerender="BankRef1,BankRef2,recInfo" />
</apex:inputField>
Ted JokovichTed Jokovich
Hello,
I had the same problem. Thanks for the valuable advice!
https://routersetup.pro