Add a link wrapper on the VtmnListItem in order to redirect the user to a page.
Add new properties :
href
rel
target (default _blank)
Context
We have to develop a list of suggestion link for the search on dkt website.
Today the only way is to use the event and javascript to redirect the user.
The solution is add a <a> around the content of the link item to enabled a redirection on a list item.
Checklist
[ ] Make sure you are requesting to pull a topic/feature/bugfix branch. Please, don't request directly from your main!
Changes description
Add a link wrapper on the VtmnListItem in order to redirect the user to a page. Add new properties :
Context
We have to develop a list of suggestion link for the search on dkt website. Today the only way is to use the event and javascript to redirect the user. The solution is add a
<a>
around the content of the link item to enabled a redirection on a list item.Checklist
Does this introduce a breaking change?
No
Other information