You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghost
changed the title
fix(demo): fix dropdown link
fix(demo): fix routing functionality for custom html inside dropdown item
Feb 16, 2018
ghost
changed the title
fix(demo): fix routing functionality for custom html inside dropdown item
fix(demo): fix routing functionality for links with inner html tags for demo pages
Feb 16, 2018
Fix routing for links on demo pages with
href="#"
and inner html tags.Actrual result
If there is any inner html tag inside link, for example
<a href="#"><span>Some text</span></a>
,this link will redirect to homepage.
Expected result
All links on demo pages with
href = #
should do nothing, even with inner html tagsThe text was updated successfully, but these errors were encountered: