Sergey Todyshev

Results 27 comments of Sergey Todyshev

FYI you also need to define Meteor.methods on client side. Meteor generates internal stubs for them in order to RPC them.

@kevinwu [demo app](https://github.com/sergeyt/meteor-typeahead/blob/master/demo/demo.html#L136) can help. I've just run it and the sample with custom templates is still functioning. Extracted example: template: ```html Using custom template {{{gist 'sergeyt' '8054682'}}} {{{gist 'sergeyt'...

@alochschmied please fork this repo and adjust demo app to reproduce the issue, I'll try to find time for debug session. thanks!

@mortomanos you could try to use `data-select` attribute to specify event handler where selected suggestion will be your object.

@jbrozena22 could you elaborate PR please? I don't have such environment now.

@cameroncruz I think it is possible to reproduce the issue using [typeahead](https://github.com/twitter/typeahead.js) inside non-meteor Cordova environment, right? This package is wrapper around typeahead and such kind of issue should be...

@cameroncruz thanks for research and info