Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.
- Vue Version: 3.5.13
- Vue Select Version: 4.0.0-beta.6
Describe the bug
Inside toggleDropdown function sometimes "Cannot read properties of null (reading 'blur')" error happens
Looks like this.searchEl should be checked not only for undefined but for null as well.
Reproduction Link
Cant reproduce it by myself, this is the bug from JS error tracker (RollBar)
Describe the bug
Inside toggleDropdown function sometimes "Cannot read properties of null (reading 'blur')" error happens
Looks like this.searchEl should be checked not only for undefined but for null as well.
Reproduction Link
Cant reproduce it by myself, this is the bug from JS error tracker (RollBar)