I’m trying to find a simple way to get Typeahead 0.9.3 working. It seems like the only fix on github requires bringing in more external javascript files.
In short, typeahead prevents duplicate valueKey’s from being shown, and I want it to stop functioning that way. I have some titles that are exact same, so I changed valueKey to a random “id”, but it instead shows that “id” up in the search box upon selection instead of the name. I wish I could have a displayKey or just get rid of whatever rule that is preventing duplicates.
Seeing of somebody came up with a solution.
Cheers
Ryan