JohnCoene / cicerone

🏛️ Give tours of your Shiny apps
https://cicerone.john-coene.com
Other
187 stars 7 forks source link

How does Cicerone handle things like .class now that the is_id argument is deprecated? #67

Open jzadra opened 4 months ago

jzadra commented 4 months ago

In the current dev version (1.0.5.9000), the cicerone$step() function argument is_id is deprecated. Is there another method to specify that the element is a non-HTML id, but rather some other selector like .class? Or has that functionality been removed?

jzadra commented 4 months ago

It looks like it intelligently chooses whether it's an HTML id or selector based on the el value. It would be nice to add that to the documentation for the argument is_id.