First of all, thanks for all the work on bringing ipywidgets to shiny, it is fantastic and much appreciated.
**Description**:
Since updating `shinywidgets` to v0.4.0, apps using `ipyleaflet` fo...
Thanks @cpsievert, I should have caught that.
For anyone else wondering how to implement input validation with this, here is an [example on shinylive.io](https://shinylive.io/py/app/#code=NobwRAd...
There may be an easy way of doing this, but all my attempts to add attributes to an input using `input_xxx()` has failed.
My use case is adding [bootstrap validation](https://getbootstrap.com/docs...
Thanks for the response, @cpsievert.
It does not solve the example above as it adds the attribute to the outer `<div>`-tag in the case of a shiny input. Is there any way to add the attribute to a ...
After looking further into this, I realize this may be the intended behavior:
https://github.com/rstudio/shiny/blob/501b012b2b82c0c468dc921ff0a3d9a682c20623/srcts/src/shiny/index.ts#L179-L192
For...