Closed sethomas closed 6 years ago
OnFocus event is only firing once.
OnFocus
Looking at this line: https://github.com/final-form/react-final-form-listeners/blob/master/src/OnFocus.js#L32
state.previous will never be set back to false.
state.previous
Sorry for not giving you heaps of info, this seems like an easy enough fix.
LOVING final-form and your react wrappers (currently migrating away from redux forms)
Published fix in v1.0.1.
v1.0.1
Don't expect this turn around time on every bug in the future! 😜
OnFocus
event is only firing once.Looking at this line: https://github.com/final-form/react-final-form-listeners/blob/master/src/OnFocus.js#L32
state.previous
will never be set back to false.Sorry for not giving you heaps of info, this seems like an easy enough fix.
LOVING final-form and your react wrappers (currently migrating away from redux forms)