Well I was testing a input text say country box with which yui3 autocomplete plugin is attached.
My task is to trigger this autocomplete suggestion by entering value in input box through javascript.
I have tried countryNode.set('value','usa'); gives no suggestion to me. Obviously I have plug autocomplete in countrynode before using it.
Thanks