I am trying to launch a mini-popups via JS for a specific control. Ok, I admit that sort of defeats the purpose of intro, but on that page there is really one control only that would "deserve" this treatment. So the navigation-controls, numbers and progess-indicator for a standard intro don't make sense there.
I followed the doc and managed to eliminate numbers using
showStepNumbers: false
,
however,
showProgress: false,
as does not seem to work as documented. Am I missing anything or is it a bug?