diff --git a/app/views/profiles/_edit_public.haml b/app/views/profiles/_edit_public.haml index 89a59ad5e..39df8f72a 100644 --- a/app/views/profiles/_edit_public.haml +++ b/app/views/profiles/_edit_public.haml @@ -12,10 +12,11 @@ autocompleteInput.autoSuggest("#{tags_path}", { selectedItemProp: "name", + selectedValuesProp: "name", searchObjProps: "name", asHtmlID: "tags", neverSubmit: true, - retriveLimit: 10, + retrieveLimit: 10, minChars: 2, keyDelay: 200, startText: "",