- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
In XF2.1 I could retrieve the values of a multiple selected field by
It will show all selected values, for instance, UK, France, India
But now in XF2.2, the same code will show: <ol class="listInline listInline--customField" data-field="countries"><li>UK</li><li>France</li><li>India</li></ol>
Or is this a bug?
$thread.custom_fields.getFormattedValue('value')}
It will show all selected values, for instance, UK, France, India
But now in XF2.2, the same code will show: <ol class="listInline listInline--customField" data-field="countries"><li>UK</li><li>France</li><li>India</li></ol>
Or is this a bug?