Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

Displaying suggestions in input box

i have followed one of ur help Displaying suggestions in input box.
i have created array in js and trying to do auto complete with following code in page show event. also added link in external resource, but it is not working.

pl. help me..

var availableTags = [
"ActionScript",
"AppleScript",
"Asp",
"BASIC",
"C",
"C++",
"Clojure",
"COBOL",
"ColdFusion",
"Erlang",
"Fortran",
"Groovy",
"Haskell",
"Java",
"JavaScript",
"Lisp",
"Perl",
"PHP",
"Python",
"Ruby",
"Scala",
"Scheme"
]
Appery("mobiletextinput_19").autocomplete("option", "source", availableTags);
Appery("mobiletextinput_19").autocomplete("enable");
Appery("mobiletextinput_19").autocomplete( "search", "" );

also put the code in text box input event
Appery("mobiletextinput_19").autocomplete("disable");

still not working..

pl help

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Displaying suggestions in input box

Hello,

Could you please tell steps to reproduce? Reference on doc you've used will help too.
What link and where did you add?
[quote:]also added link in external resource[/quote]

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

Displaying suggestions in input box

i have followed the help topic https://getsatisfaction.com/apperyio/...
and did as per y told in that.

only the diff. things i have done are specified above.

pl. reply

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Displaying suggestions in input box

I just tried the steps here: https://getsatisfaction.com/apperyio/... and it seems to work fine.

Is your input component name: mobiletextinput_19?

Return to “Issues”