erzr / jss-svelte

Sample Svelte powered Sitecore JavaScript Services application.
MIT License
17 stars 2 forks source link

Link field sources title from incorrect field #31

Closed erzr closed 4 years ago

erzr commented 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.

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

jfmanuel commented 4 years ago

Hi Adam,

I will fix this one. Glad to contribute somehow. Thanks!

erzr commented 4 years ago

Thanks @jfmanuel!