JSFiddle - React, Tailwind, and code Playground

by Oski Krawczyk

HTML

<script src="http://twitter.github.io/typeahead.js/js/hogan-2.0.0.js"></script>
<script src="http://twitter.github.io/typeahead.js/releases/latest/typeahead.js"></script>
<input id="typeahead" type="text" />

CoffeeScript

$('#typeahead').typeahead
    name: 'best-picture-winners'
    remote: '../data/films/queries/%QUERY.json'
    prefetch: '../data/films/post_1960.json'
    template: '<p><strong>{{value}}</strong> – {{year}}</p>'
    engine: Hogan