Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Observe onBlur events for text_extra #27

Open
1 task done
federiva opened this issue Jul 19, 2023 · 1 comment
Open
1 task done

[Feature]: Observe onBlur events for text_extra #27

federiva opened this issue Jul 19, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@federiva
Copy link

Guidelines

  • 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 federiva added the enhancement New feature or request label Jul 19, 2023
@justacec
Copy link

justacec commented Dec 8, 2024

What is the status here?! This has been here for a while and there is an associated PR for this with no feedback from the developers? I could have used this feature recently but had to adjust my internal data model to fit this with the per button press callback. (I am also suffering from the weird memory state issue when removing or adding rows to a table)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants