Re: Bootstrap Typeahead example?

2015-06-24 Thread Martin Grigorov
Hi Tom, According to https://twitter.github.io/typeahead.js/examples/ you should generate JS like: $('#custom-templates .typeahead').typeahead(null, { name: 'best-pictures', display: 'value', source: bestPictures, templates: { empty: [ ... So you need a Typeahead component, with

Bootstrap Typeahead example?

2015-06-23 Thread Tom Götz
Hi, I’m currently trying to implement a Typeahead component using the wicket-bootstrap project (v 0.10.1, Wicket version 7.0.0-M5). Is there some example how the template mechanism can be used (de.agilecoders.wicket.extensions.markup.html.bootstrap.form.typeaheadV10.DataSet#Templates)? I found