Closed romaincazier closed 3 days ago
When using icon-name to add an icon in a repeater item header, it gets replaced by fa-arrows when closing/opening because of InpufieldRepeater.js#L457
icon-name
fa-arrows
Check for the presence of the attibute data-icon and replace accordingly
data-icon
Thanks @romaincazier I've pushed a fix for this
Short description of the issue
When using
icon-name
to add an icon in a repeater item header, it gets replaced byfa-arrows
when closing/opening because of InpufieldRepeater.js#L457Suggestion for a possible fix
Check for the presence of the attibute
data-icon
and replace accordingly