shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.66k stars 991 forks source link

Error: blur() invoked on null object. #1716

Closed malarium closed 10 months ago

malarium commented 11 months ago

Steps to reproduce

Click on Multiselect and while focused click back button on the browser (go back -1 in history).

Expected behaviour

No error.

Actual behaviour

Error: trying to perform blur() on null object.

nerminjukan commented 10 months ago

Hi,

we also have a similar error related to blur: "Cannot read properties of null (reading 'blur')", it is triggered when search input is populated and the "searched" option is selected. The tag is properly set, however the error is triggered.

We believe it is related to an issue, that was once already resolved, but we checked the code and this piece of code was since updated and the issue is back: https://github.com/shentao/vue-multiselect/issues/1421

We are using version: 3.0.0-beta.2 Vue: 10.2.1

mattelen commented 10 months ago

Fixed pending new version release

giladna commented 10 months ago

@mattelen what is the next release date with this fix? could you tag this version so we can use it please?