Please open this page
http://ec2-34-212-140-26.us-west-2.comp ... test/index
of bootstrap (v4.0.0-alpha.6) tooltip example.
In comparison with original page https://v4-alpha.getbootstrap.com/components/tooltips/ tooltip text are always visible at bottom and the first
button shows html tags, not rendering them, but it has
Code: Select all
data-html="true"
I call
Code: Select all
$('[data-toggle="tooltip"]').tooltip()
Why tooltip does not work in expected way?
can it be issue with current design ?
Thanks!