Activity Forums Salesforce® Discussions How to call the javascript function after selecting the value from the apex input list?

  • jitesh

    Member
    March 23, 2016 at 6:59 am

    <apex:inputText list="{!listOfStringElements}" id="userInput" html-oninput="alert(this.value);"></apex:inputText>

    Use html-onInput instead of onchange . I hope this works.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos