Appsilon / reactable.extras

Extra features for reactable package
https://appsilon.github.io/reactable.extras/
38 stars 4 forks source link

[Feature]: Observe onBlur events for text_extra #27

Open federiva opened 1 year ago

federiva commented 1 year ago

Guidelines

Description

There are some situations in which listening to the onInput event might be too verbose for an app. It would be great to have an onBlur observable event in a shiny app

Problem

We need an onBlur event to be observed in a Shiny app

Proposed Solution

Add onBlur event when creating the React element

Alternatives Considered

Add manually the event after rendering the component in the browser