StevenDevooght / tinyMCE-mention

Mention/Autocomplete plugin for tinyMCE WYSIWYG editor.
http://stevendevooght.github.io/tinyMCE-mention/
220 stars 95 forks source link

Bug on Render with different queryBy property #10

Closed cmast closed 10 years ago

cmast commented 10 years ago

When you change the value in option "queryBy" from default ("name") to another value results to a list of "undefined" labels in list. This caused on line 254 of plugin, where the rendered list is created by item.name. It should contain the queryBy property value as item property.

StevenDevooght commented 10 years ago

Good catch! The issue should be fixed now.