shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js

Home Page:https://vue-multiselect.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: blur() invoked on null object.

malarium opened this issue · comments

commented

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.

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: #1421

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

commented

Fixed pending new version release

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