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.
Same problem in 2016 as well. Reason is: {title} compiles as Soy start tag.
But I found workaround:
data-template="{literal}{title}{/literal}"
I'm also trying to achieve something similar. Have you had any luck trying to get it to work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.