stla

Results 169 comments of stla

When I look at the `merges` I have: ``` [{s:{r:0,c:0},e:{r:1,c:1}},{s:{r:0,c:2},e:{r:0,c:6}},{s:{r:1,c:1},e:{r:1,c:2}},{s:{r:1,c:3},e:{r:1,c:5}}] ``` It should be instead, I think: ``` [{s:{r:0,c:0},e:{r:1,c:1}},{s:{r:0,c:2},e:{r:0,c:6}},{s:{r:1,c:2},e:{r:1,c:3}},{s:{r:1,c:4},e:{r:1,c:6}}] ``` When I manually do the replacement, Excel (2016) still does...

You can try my package **shinyChakraUI**, but it is a bit complicated to use. ```r library(shiny) library(shinyChakraUI) ui

There is `ModalDialogUI` in the [shinyGizmo](https://cran.r-project.org/web/packages/shinyGizmo/index.html) package.

Here is something related. Include this JavaScript in your app: ```r tags$script( HTML("$(document) .on('shiny:updateinput', function(e) { $(e.target).one('shiny:inputchanged', function(ev) { ev.stopPropagation(); }); }) .on('shiny:inputchanged', function(e) { Shiny.setInputValue(e.name + '_manualchange', true, {priority:...

See [here](https://github.com/rstudio/shiny/issues/2760).

You can use my package [shinySelect](https://github.com/stla/shinySelect) for that. It is on CRAN.

Indeed... strange. Will look at my code to see what I did exactly.

Very strange: when I open the browser console, I can click anywhere.

Strange again. There's no `zoom` in my CSS.

Same problem here. Does anyone has a solution?