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

The TwoWay bound check on input components can be updated to also check the OnChange event #8743

Closed
msynk opened this issue Sep 25, 2024 · 0 comments · Fixed by #8753
Closed

Comments

@msynk
Copy link
Member

msynk commented Sep 25, 2024

The TwoWay bound check on input components can be updated also to check the OnChange event:

  • Currently, only the ValueChanged event handler is being checked to allow the value to be changed from inside the component. However, having an event handler for the OnChange event is also a valid state in this matter.
@msynk msynk added this to the 065 - Sep 2024 - 2 milestone Sep 25, 2024
@msynk msynk self-assigned this Sep 25, 2024
@msynk msynk moved this to Todo in bit platform Sep 25, 2024
@msynk msynk moved this from Todo to In Progress in bit platform Sep 26, 2024
msynk added a commit to msynk/bitframework that referenced this issue Sep 26, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in bit platform Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant