Can dismissible popover work without href="#" ?
Created by: bartvanderwal
The dismissable popover is not working for me in Bootstrap 3.3.1. No popup window appears anymore when I add a data-trigger="focus"
attribute.
See this fiddle: http://jsfiddle.net/bartvanderwal/qjaL0tp4/
By comparing it in detail with the standard Bootstrap example on your website I found out that this can be fixed by adding a href="#'
. See this Fiddle:
http://jsfiddle.net/bartvanderwal/29hbf4no/
But I'd prefer not to need a href