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

onChange event is fired by setValue method #292

Open
Dakotys opened this issue Dec 27, 2023 · 0 comments
Open

onChange event is fired by setValue method #292

Dakotys opened this issue Dec 27, 2023 · 0 comments
Assignees

Comments

@Dakotys
Copy link

Dakotys commented Dec 27, 2023

It is totally unnecessary to trigger onChange event by internal method. Because when the element is used with controlled state it can cause cyclic value setting and self changing . It would be better if either the event would not be fired or there would be new event like onSelect.

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

No branches or pull requests

2 participants