Linked Dropdown Toggle

This test is supposed to show a linked dropdown toggle with enabled hover option.
On desktop mouseover opens the dropdown pane and click opens the link's href.
On mobile the first touch opens the dropdown pane and the second touch (while still opened) opens the link's href.

Linked Hoverable Dropdown

If having set the option forceFollow:false the default action gets always prevented and thus the linked dropdown toggle will never open the link's href.

Linked Dropdown with forceFollow false