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
Dispatch is called on each keystroke, correct? Wouldn't this cause a re-render of the component and when you hit zero characters or value = '' wouldn't the field then be set back to defaultValue. I am referring to this PR #119.