processwire / processwire-issues

ProcessWire issue reports.
45 stars 2 forks source link

Icon in item header gets replaced by fa-arrows when closing/opening #1962

Closed romaincazier closed 3 days ago

romaincazier commented 3 months ago

Short description of the issue

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

Suggestion for a possible fix

Check for the presence of the attibute data-icon and replace accordingly

ryancramerdesign commented 3 days ago

Thanks @romaincazier I've pushed a fix for this