You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason is that the input might have a custom onFocus handler that likely changes the component state -> triggers rerender -> resets the value according to the state.
Thank you!
The text was updated successfully, but these errors were encountered:
I think that
node.initialValue
should be stored before dispatchingfocus
:react-trigger-change/lib/change.js
Line 107 in 9d2fe4a
The reason is that the
input
might have a customonFocus
handler that likely changes the component state -> triggers rerender -> resets the value according to the state.Thank you!
The text was updated successfully, but these errors were encountered: