Yes.
https://codepen.io/anon/pen/KxQovE
(Note, this required changing the loaded version on Codepen to 9.4.1).
c, and wait for suggestions to appearNow click on the second input box below.
Observed behavior:
Focus goes back to autosuggestion.
Expected behavior:
Focus should not go back to autosuggestion. This began in 9.4.1 today.
@lvpro Thanks for reporting this!
@aberezkin Mind taking a look at this regression?
We are having the same problem, started recently. We are using the standalone UMD build.
@moroshko Yep, I'll have a look.
@aberezkin @moroshko
There's another regression related to unwanted input focus, coming from code in v9.4.1.
focusInputOnSuggestionClick prop seems to be ignored now inside onBlur handler, as it will still call input.focus().
This might actually warrant renaming a prop slightly or introducing a prop, but in any case seems like an unwanted behavior.
Will be rolling back to v9.4.0 for now as well.
Can we get this pushed to npm?
@maxkolyanov Could you provide a repro for the regression you found in 9.4.1, and open a new issue?
@moroshko It might be resolved by #572, will look into it and file an issue if it persists
Most helpful comment
Can we get this pushed to npm?