[Bug Report][4.2.0] Combobox multiple on blur will add the current search text as a new item
Open
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
- Type something in the combobox
- click outside
- 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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