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
When using Bloodhound remote as a POST request (#630), we use remote.ajax.beforeSend to set the POST parameter (#542).
I modified this to $().typeahead('val') per the docs, but that returns an array.
The docs do claim a string is returned. But I am curious if there was a reason for it to be an array either way.
Small issue, but did throw me for a few minutes until I really looked to see what was going on. :)
Thanks!
The text was updated successfully, but these errors were encountered:
When using Bloodhound remote as a POST request (#630), we use remote.ajax.beforeSend to set the POST parameter (#542).
Thanks for letting me know these issues are affecting you. The fix for the former will be out within by early next week. The latter should be fixed in v0.10.2.
In regards to an array being returned by $#typeahead('val'), that's a good catch. Ideally, it should mirror $#val. This should be a simple change that I can probably get into v0.10.1.
When using Bloodhound remote as a POST request (#630), we use remote.ajax.beforeSend to set the POST parameter (#542).
I modified this to $().typeahead('val') per the docs, but that returns an array.
The docs do claim a string is returned. But I am curious if there was a reason for it to be an array either way.
Small issue, but did throw me for a few minutes until I really looked to see what was going on. :)
Thanks!
The text was updated successfully, but these errors were encountered: