Closed erzr closed 4 years ago
The link field is currently pulling the title attribute value from the class field on the link. This attribute should source from the title field on the link.
class
title
See the React Link implementation for how this field is sourced there: https://github.com/Sitecore/jss/blob/dev/packages/sitecore-jss-react/src/components/Link.tsx#L77
Hi Adam,
I will fix this one. Glad to contribute somehow. Thanks!
Thanks @jfmanuel!
The link field is currently pulling the title attribute value from the
class
field on the link. This attribute should source from thetitle
field on the link.See the React Link implementation for how this field is sourced there: https://github.com/Sitecore/jss/blob/dev/packages/sitecore-jss-react/src/components/Link.tsx#L77