-
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
The Future is Prompt: Salesforce Prompt Builder in 2025 and Beyond
The buzz around generative AI isn't fading; it's evolving, integrating deeper into our daily workflows. For Salesforce users, this evolution is epitomized by Prompt Builder,…
New Salesforce Agentforce Accelerator Empowers Nonprofits for Greater Impact
Salesforce has launched the Agentforce Accelerator for Impact, an initiative to help nonprofits harness Agentforce, an innovative AI layer on the Salesforce Platform. This technology…
Salesforce Commerce Cloud To Join Hands With Facebook Dynamic Ads
This season makes it possible for brands to leverage Salesforce Commerce Cloud and Facebook in fresh ways to deliver product information and drive conversion on…
Popular Salesforce Videos
What benefits Salesforce Email integration provides for my business?
This video puts light on the benefits of Salesforce Email Integration for Business. Every aspect of Email Integration is provided and discussed in detail along…
Nonprofit Summit 2022 - Go Further with Salesforce Reports and Dashboards Hands-on Training
Salesforce reports and dashboards are the analytical sides of CRM. They are used to convert business requirements into Visual representations like Graphs, Pie Charts, Tables,…
When to Use Apex? | Flows of Action in Apex | Learn Salesforce Development
In this Video Shrey explained When to use Apex and Flows of Action in APEX. Let's Learn the End User and Developer action (Flows of…