Hi, trying to add autocomplete content editor based on http://selectize.github.io/selectize.js/ as unfortunately Umbraco being a great system still missing such an obviously needed content editor.. but not having much luck. The issue seems that Umbraco not loading js / css needed for that. Anyone would be able to point me in the direction how to do this or existing implementation?
Thanks
Pavel
Autocomplete like Selectize
Hi, trying to add autocomplete content editor based on http://selectize.github.io/selectize.js/ as unfortunately Umbraco being a great system still missing such an obviously needed content editor.. but not having much luck. The issue seems that Umbraco not loading js / css needed for that. Anyone would be able to point me in the direction how to do this or existing implementation? Thanks Pavel
Hi Pavel
How did you try to add autocomplete? Umbraco gives you full control over the code.
You have to add server-side logic that will handle this autocomplete.
Alex
is working on a reply...