You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the custom suggestions template to work in my case, I had to use data-value-key="name" attribute. It works now, however, is there a way to use more than one field as value key? Here is my code
<input class="form-control typeahead" autocomplete="off" spellcheck="off" name="assets"
data-source="assets" data-template="assets_sugestion" data-value-key="name" type="text" placeholder="Type an asset name or its ticker"/>
For the custom suggestions template to work in my case, I had to use
data-value-key="name"
attribute. It works now, however, is there a way to use more than one field as value key? Here is my codeThe text was updated successfully, but these errors were encountered: