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
This is 3.0, on Vue 3. See above: have two multiselects that you can toggle between by choosing an option on one of them, an error will throw. This only happens on Chrome. If you trigger the select function that toggles between the selects, the error is thrown.
Expected behaviour
This works fine and throws no errors.
Actual behaviour
An error is thrown implying this.$refs.search is null, and errors on the following line:
if (typeof this.$refs.search !== 'undefined') this.$refs.search.blur();
The error is Cannot read properties of null (reading 'blur').
The text was updated successfully, but these errors were encountered:
ztosyl
changed the title
Cannot read properties of null (reading 'blur') when changing view via select
Cannot read properties of null (reading 'blur') when changing view via select on Chrome
Mar 6, 2023
Reproduction Link
Steps to reproduce
Expected behaviour
Actual behaviour
An error is thrown implying this.$refs.search is null, and errors on the following line:
The error is Cannot read properties of null (reading 'blur').
The text was updated successfully, but these errors were encountered: