Federico Rivadeneira
Federico Rivadeneira
### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Project Version 0.4.3 ### Platform and OS Version Ubuntu 22.04 ### Existing Issues #39 ### What happened?...
*Have you read the [Contributing Guidelines](https://github.com/Appsilon/.github/blob/main/CONTRIBUTING.md)?* Issue #27 ## Changes description Addressing aforementioned issue * Added onBlur event in the `reactable-extras.js` * Updated the `inst/examples/demo/reactable-inputs/app.R` * Added e2e test for...
### Guidelines - [X] I agree to follow this project's Contributing Guidelines. ### Description There are some situations in which listening to the [onInput](https://github.com/Appsilon/reactable.extras/blob/53544082918f3a3dac598bd94d159f53c3c5c0de/inst/assets/js/reactable-extras.js#L44-L53) event might be too verbose for...
Closes #105 ## Changes description * Now we are catching errors in JS and sending them to a server function  ## Steps to reproduce Right now we are loading...
**Context:** Snapshot tests using screenshots in e2e tests **Issue:** SVG elements are drawn after its parent element exists in the DOM, this causes that when we are running for example...
Using this WIP [PR as base](https://github.com/Appsilon/shiny.gosling/pull/19) Issue # ## Changes description *Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.*
Hi! Thank you all for this great package! I've spotted an error (I think) while using the package :information_source: **Issue**: Setting the `wru_data_wd` option doesn't seem to work as expected...
Closes #4297 Hey! thank you for this awesome package. Adding a small feature for modals here. How to test ```R library(shiny) library(bslib) shinyApp( ui = bslib::page_fillable( actionButton("open", "open modal") ),...