-
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

What are Monitoring and Auditing Tools in Salesforce? | All You Need to Know
In this post, we will learn about the Monitoring and Auditing Tools Present in Salesforce. One key aspect of effective Salesforce management is the ability…

Blog LinkedIn Sales Navigator Integration With Salesforce: Expectations vs. Reality
Salespeople secure deals that are 42% larger when leveraging Sales Navigator to connect with decision makers. LinkedIn Sales Navigator integration with Salesforce creates an even more powerful…

Why Hire Third-party Consultants for Salesforce Managed Services?
Salesforce is a fairly vast platform to understand and implement thoroughly. While its functionality is simple and automated, its development and implementation might turn out…
Popular Salesforce Videos
Level Up Your Processes With Google API and Salesforce Integration
Complex processes often span multiple systems. In this session, we'll cover how to integrate Google APIs into your Salesforce org with an API library in…
What Is Loyalty Management in Salesforce? | Video Tutorial
In the past few years, we have come across terms such as loyalty programs and loyalty management. Let's understand the concept of loyalty management with…
Introducing the New gRPC-based Pub Sub API | Salesforce Developer Quick Takes
Learn about the Pub Sub API, a new gRPC-based API that exposes the power of the Salesforce Event Bus. Discover the technology, its use cases,…