-
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
Manage Subscriptions and Invoices from Salesforce using Stripe API’s and Webhooks
While learning about Stripe /Salesforce integration and implementing connectivity between the two systems for customers, payment methods, and payments. I went ahead and explored subscriptions, and invoicing…
Email Templates in Salesforce Classic and How To Send Them For a Particular Record
Email Templates are designed for consistent mails so as to increase productivity. Before we discuss further about Email Templates, let us know about the required…
How do you Integrate Salesforce with Alchemer?
Salesforce is a popular customer relationship management (CRM) platform, and Alchemer is a survey and data collection tool. Formerly known as SurveyGizmo, the platform offers…
Popular Salesforce Videos
Unlocking Success with the Salesforce AppExchange
AppExchange is the world's leading business app marketplace, which empowers businesses to extend the functionality of Salesforce across every department and industry. AppExchange apps are…
How to Learn Salesforce Development | Salesforce learning steps for beginners | Trailhead demo
In this video, we shared the steps to learn salesforce lightning basics, salesforce apex development, CRM in online for free from scratch very quickly. Learn salesforce…
Salesforce Deployment Using Workbench | Salesforce Workbench Tutorial
Salesforce Deployment using Workbench. In this video, the following points will be covered - 1. Introduction Get a brief introduction about the Workbench tool. 2.…