Autocomplete with soy

Anis Othman
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 24, 2013

how I can use autocomplete with soy

<input class="autocomplete-page" data-max="10" data-none-message="No results" data-template="{title}">

I have a bug with {title} in soy template file.

Any suggestions on what is wrong ?

Thanks.

2 answers

0 votes
kyberorg May 31, 2016

Same problem in 2016 as well. Reason is: {title} compiles as Soy start tag.

But I found workaround: 

data-template="{literal}{title}{/literal}" 

 

0 votes
Jason Nguyen September 13, 2013

I'm also trying to achieve something similar. Have you had any luck trying to get it to work?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events