Actions
Bug #26055
closedReact's Select is binding onChange event multiple times
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
Select compnent binds event everytime component is updated - results in as many event bindings the browser can start to have performance issues, when playing with the values of the component for a while.
Actions