Would it be possible to have a props that let us pass a method to alter the font title for the span wrapper?
Example when I using font-awesome for let's say fas fa-baseball-ball.
On hover I see that fas fa-baseball-ball cuz its the title of the span that wrap the icon.
Would be nice to be able to choose or change the string passed to the span tag title property.
As a workaround I'm using renderFunc to give the title i need to the tag... but the wrapper tag still get the font key name
Would it be possible to have a props that let us pass a method to alter the font title for the span wrapper?
Example when I using font-awesome for let's say
fas fa-baseball-ball.On hover I see that
fas fa-baseball-ballcuz its the title of the span that wrap the icon.Would be nice to be able to choose or change the string passed to the span tag title property.
As a workaround I'm using renderFunc to give the title i need to the tag... but the wrapper tag still get the font key name