Open p1-ra opened 6 years ago
Disable HTML escape if configured in the options:
$('#my-select').multiSelect({ escapeHTML: false });
For security reasons, obv, default behaviour is still the escape of HTML.
Disable HTML escape if configured in the options:
For security reasons, obv, default behaviour is still the escape of HTML.