You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a typeahead field that I had which was working earlier has stopped showing the results recently (or could be a couple months ago, not sure). I tried doing a console log and I see that the data is present from the Meteor.call.
When I inspect the element, I see classes tt-menu tt-empty tt-open instead of tt-dropdown-menu from what I remember from before. Are those classes what they should be when there is data returned?
Here is the helper which I have tested and is working:
I noticed that a typeahead field that I had which was working earlier has stopped showing the results recently (or could be a couple months ago, not sure). I tried doing a console log and I see that the data is present from the
Meteor.call
.When I inspect the element, I see classes
tt-menu tt-empty tt-open
instead oftt-dropdown-menu
from what I remember from before. Are those classes what they should be when there is data returned?Here is the helper which I have tested and is working:
And the input text:
The text was updated successfully, but these errors were encountered: