-
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
Building Dynamic User Experiences with Salesforce Lightning Beyond Static Screens
Gone are the days of one-size-fits-all Salesforce interfaces. Today's users demand personalized, dynamic experiences that cater to their unique roles, needs, and preferences. Salesforce Lightning…
Queueable Apex in Salesforce - Concept to Implementations
INTRODUCTION Queueable Apex is an apex code that runs Asynchronously like a future method. Here the term Asynchronous means running in the background . Queueable…
Some Common Differences in Salesforce
Let's have a look on some specific common differences that are mostly used on day to day work in Salesforce. 1. Data Loader Vs Data…
Popular Salesforce Videos
What are Salesforce Editions and Pricing in Details?
Salesforce Editions and Pricing - Salesforce are providing four types of licenses Essentials, Professionals, Enterprise and Unlimited. Watch the video and if you have any…
Hands-on Experience in Salesforce
How to get Hands-on experience in Salesforce? Watch this video to learn all about it.
Create Walkthroughs in Salesforce Lightning Experience
This video shows you how to create a walkthrough with the In-App Guidance Builder. Then you can create hands-on guided training experiences for in-app onboarding,…