Iconic packages was working very well with version 8.0.2.
After upgrading to 8.1.0, when calling the control, it return string as json ({ "icon": "fa-search", "packageId": "8492d996-3934-4cc6-b56a-6ceaac9cba4b" }) instead of the desired IHtmlString ("i class="fa fa-search"></i>" ).
Already tried to remove the package then re-install it but no effects.
Issue with returned data of Iconic package
Hello there,
Iconic packages was working very well with version 8.0.2.
After upgrading to 8.1.0, when calling the control, it return string as json (
{ "icon": "fa-search", "packageId": "8492d996-3934-4cc6-b56a-6ceaac9cba4b" }
) instead of the desired IHtmlString ("i class="fa fa-search"></i>"
). Already tried to remove the package then re-install it but no effects.What to do to solve this issue? please advice
thanks in advance
What alias of icon property? - if alias is icon - this can create the issue, try to rename it
I tried it, I'm also getting a string json data
is working on a reply...