-
How to call the javascript function after selecting the value from the apex input list?
<apex:inputText list="{!listOfExperts}" id="userInput" onChange="alert(this.value);"></apex:inputText>
I want to call the Javascript function when I select any value from the listOfExperts. Onchange works when I click anywhere on the screen after selecting the value from the list. But I want to call that function as soon as I select the value from the listOfExperts.
Log In to reply.
Popular Salesforce Blogs
Seamless Integration of Salesforce with ERP Systems
Introduction For your business to thrive in today's competitive environment, it is critical for Customer Relationship Management (CRM) systems like Salesforce and Enterprise Resource Planning…
Dealing With The Dilemma: Which Sales Cloud Pricing Plan To Choose?
No matter how big or small a business is, Customer Relationship Management has become a necessity. Most of the organizations now acknowledge the significance of…
Things to Consider Before Deactivating a Salesforce Trigger
Introduction Triggers are an Apex script that runs before or after data manipulation language(DML), as an example, it invokes when we insert, deletes, update, merge,…
Popular Salesforce Videos
How to Trigger the Lead Assignment Rule from Flow Builder
In this video, we will talk about how to trigger the lead assignment rule from the flow builder Salesforce. Here is the timestamp for your…
Salesforce Development and Career Opportunities
Salesforce is the world’s #1 customer relationship management (CRM) platform. Salesforce allows sales reps to see everything about a customer in one place and provide…