function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sunny@99-chgsunny@99-chg 

Help on Event for Input text....

Hai,

 

  Can anyone tell me which Event Is suitable for the inputtext,For the inputtext I wrote auto complete functionality,after selecting the value from auto complete,Whwt event I want to use Can anyone tell me.its Urgent..

vishal@forcevishal@force

it should be an "onchange" event because once you select a value from auto-complete, the inputtext gets updated with that selected value, so everytime a new value is selected from auto-complete, the value in the inputtext will change.

sunny@99-chgsunny@99-chg

Hai Vishal I applied onchange event,but it is not working,when we select a value from autocomplete.But it isworking when we enter manually.

 

Now i Need the event even we select from autocomplete