You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is a security fix given from jQuery 3.5.0 (https://blog.jquery.com/2020/04/10/jquery-3-5-0-released), due to this fix, it is causing this html pre-filter issues (won't render any inline tags as expected).
in alpaca you have the below inline tags for your +, -, up and down buttons.
for example:
<i class="glyphicon glyphicon-plus-sign"/>
Chooser break layout with Jquery 3.5.1
https://jsfiddle.net/vm3764s2/
any workaround?
The text was updated successfully, but these errors were encountered: