Dieter Menne

Results 76 comments of Dieter Menne

`id` or `inputId`: I see your point, @kmezhoud , there is some confusion about the future here. I would strongly prefer `inputId` because it is used by Shiny. Your other...

Thanks for the id/inputId clarification. I am working on a pull request to correct the deprecation calls, as done already for insertF7Tab and following the accepted answer [here](https://stackoverflow.com/questions/10099128/are-there-best-recommended-practices-to-follow-when-renaming-functions-in-a-new). Please advise:...

I had also looked at `tidymodules`, and decided not to take it into account because it has not seen any changes since 10 months. With a well-documented project, this typically...

It would be nice to have some documentation on the subject. Migrating to golem worked for my app that uses shinyjs, but can't get Javascript initialized. ![2021-12-29 17_03_11-anomanor](https://user-images.githubusercontent.com/506275/147681146-9252e5dd-3735-4a26-8368-d69769f71554.png) This is...

Thanks, funny that my temporary implementation also used this method. I am generating the whole structure from an [xlsform](https://xlsform.org/en/), so I must rename the first dummy tab when the form...

Assuming that you have a first dummy tab: ``` f7TabLayout( navbar = f7Navbar(title = "Tabs", subtitle = "shinyxlsforms"), f7Tabs( id = "xlsforms_tabs", f7Tab(tabName = "xlsform", active = TRUE, hidden=FALSE) )...

Another workaround: * Create a dummy first tab. If you want to use icons with dynamically created tabs, you must add an icon here. If this is missing, icons are...

You are right, it is probably by design (see https://github.com/RinteRface/shinyMobile/issues/44) but somewhat confusingly named.

@shizidushu workaround in #66 works for me. I leave this issue open nevertheless, because it might help others until an official method is documented.

Yes, I know this is not the curl repo, and I got it to work anyway. Just a report for easy correction in your markdown example