vuetifyjs / vuetifyjs/vuetify

[Bug Report][4.2.0] Combobox multiple on blur will add the current search text as a new item

Open
#23,162 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C: VCombobox working as intended
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Environment

Vuetify Version: 4.2.0
Vue Version: 3.5.40
OS: macOS 10.15 (current)

Steps to reproduce
  1. Type something in the combobox
  2. click outside
  3. the text is added as a new item
Expected Behavior

On blur the current search text should be cleared, and no item should be added to the model

Actual Behavior

The current search text is cleared, but a new item is added to the model

Reproduction Link

https://play.vuetifyjs.com/#...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Vuetify reproduction and trace the multiple combobox behavior during blur. Locate the blur and model-update entry points, then add a regression test for typed search text followed by clicking outside. Done means the search text is cleared without adding an item to the model.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
70/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.