function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Scott H.Scott H. 

LWC: How to change icon of field-level-help on components lightning-input & lightning-radio-group

Hi,

I'm having an issue where I'm not sure how I can/if it is possible to change the field-level-help icon on components such as inputs & radio groups.

I know that the lightning-helptext component has support to change the icon as listed in the documentation

https://developer.salesforce.com/docs/component-library/bundle/lightning-helptext/example

However, looking through documentation on the input component

https://developer.salesforce.com/docs/component-library/bundle/lightning-input/specification

I only see a spot to define the text of the helptext, and not the ability to change the icon.

Is it possible to change the icon of the helptext on components like input & radio, or would I need to retool those to use the lightning-helptext component?

Thanks