-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get the server side search sample to work #125
Comments
+1. I just noticed this has stopped working in my application. Downgrading doesn't seem to help. Is this related to Meteor v1.2? |
same problem |
And found the solution. According to #121 event names were synced with typeahead docs, so you should use data-select="selected" instead of data-selected="selected" |
FYI you also need to define Meteor.methods on client side. Meteor generates internal stubs for them in order to RPC them. |
Removes 'required' CSS class from tt-hint
When the page loads, exactly one call to the search handler is being made -- but an invalid one with all parameters set to undefined. This happens even without any user input.
If I then enter something into the field, nothing happens. It seems as if the event handlers are broken.
The text was updated successfully, but these errors were encountered: