Wil Davis
Wil Davis
@kevin041811 That's an interesting observation. It made me think that it has something to do with the fact that "body" is also an HTML tag, so I tried a few...
I faced a similar issue and it had to do with the level of the list when you want to combine a regular `tabItem()` with ones from `lapply()`. What worked...
@VipulMoudgil I would recommend asking your question on [StackOverflow](https://stackoverflow.com/). You should only use GitHub issues for known bugs or feature requests. StackOverflow is a better place for questions about your...
I think the confusing behavior comes from https://github.com/dreamRs/shinyWidgets/blob/eaa5ef39eedb3ea592a7d8c56b322dfa5b82be95/R/input-numericRange.R#L60 Which was just a lazy way to try to protect people from themselves (if they accidentally entered the values backwards or something)....
@alawy23 this is an interesting idea. I am the contributor of the [numericRangeInput](https://dreamrs.github.io/shinyWidgets/reference/numericRangeInput.html) widget and I created it for just this scenario. I develop daily in both Shiny and Tableau,...
@mitchelloharawild Thanks for opening this! I am experiencing something similar when using xregs with `TSLM`.