hasDesiredAddOnVersion
could error if the target addon was in a processing stateStandard Lib: Log parse_less_func debug info
option not working<xf:macro name="template::macro
syntax to to XF2.1choices.js
as a near drop-in replacement for select2
<xf:macro template="svStandardLib_macros" name="choices_setup" />
<xf:selectrow label="Select row example" name="select_row_example"
multiple="multiple"
data-xf-init="sv-choices"
data-placeholder="{{ phrase('example')|for_attr }}"
data-max-item-count="2">
<xf:option value="1">Option 1</xf:option>
<xf:option value="2" selected="true">Option 2</xf:option>
<xf:option value="3">Option 3</xf:option>
</xf:selectrow>
skip-rendering="true"
attribute to the <xf:select>
or <xf:selectrow>
element