Typeahead in Custom Component

Current Setup: Resources in Page: - Static Resource: typeahead - Inline (not snippet or component): skuid.componentType.register(‘TypeBox’,function(element){ element.append(‘html from twitter typeahead example’); }); - Inline Snippet: copied from first example > typeahead.js – examples Still banging head against wall here.