You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #220. A new title parameter is available for f7Tab() so as to pass any
name, as oposed to tabName.
Fix #228: Vignette Example doesn't show graphs. Breaking change in shiny 1.7.2.
Issue in f7SmartSelect() with openIn param (failed when not provided).
Fix #219: Avoid using inline CSS so that users can easily override {shinyMobile} defaults.
Fix #220: f7Tab() can create duplicate IDs which in turn break the page. Now we use validate_tabName internally
to check whether the tab is valid (avoid JS issues with jQuery selectors)...