reactable.extras icon indicating copy to clipboard operation
reactable.extras copied to clipboard

[Feature]: Observe onBlur events for text_extra

Open federiva opened this issue 11 months ago • 0 comments

Guidelines

  • [X] I agree to follow this project's Contributing 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

federiva avatar Jul 19 '23 17:07 federiva