Closed jasenkoh closed 9 years ago
@jasenkoh try to use data-value-key="name"
or return objects with value
property which is used by default
@sergeyt you were right, I was missing value
property, but also I had to remove q
property from repos helper. Although I've tried with array of values (standard example) and it didn't work, again while q
was present, once I removed q
I was able to see results. When query
property is present in helper function does it mean that it expects data to be returned as part of callback
function instead of return
?
Hi,
I am able to initialize typeahead and I am able to read input value in helper but tt-dataset is constantly empty.
Am I missing anything?