Hello all, is there any chance we could add limit to the tapestry core autocomplete mixin? I need to return a few more than 5 results and it's looking like I'd need to create a new mixin to handle this.
It appears to be pretty simple based on the example on typehead.js examples page. http://tapestry5-jquery.com/docs/components/docsjquerydialog $('.example-countries .typeahead').typeahead({ name: 'countries', prefetch: '../data/countries.json', limit: 10 }); Thanks guys,