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.
This is a linked hover dropdown. Try to open me on a mobile screen size and click again on the toggle while opened.
This is a usual hover dropdown.
This is a clickable 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.
This is a linked hover dropdown with forceFollow set false. The link's href gets never opened no matter how often you click.