emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

Error handling space in returned value #76

Closed xeoncross closed 12 years ago

xeoncross commented 12 years ago

When the resulting JSON list contains a space in it, FCBKcomplete does not present the results to the user.

Example text Input: "Dustin M"

JSON Response: [{"key":"3","value":"Dustin Moskovitz"}]

Displayed Options: NONE

emposha commented 12 years ago

Strange, tested with you json data and I get the proper result, what version of fcbk do you use? and in which browser?