Unplanned
Last Updated: 16 Feb 2024 13:44 by ADMIN
Created by: Boris
Comments: 6
Category: ComboBox
Type: Bug Report
2

Describe the bug
Combobox does not scroll to focused item

To Reproduce
https://stackblitz.com/edit/u4crwa?file=src%2Fmain.vue

Type v

Expected behavior
Volleyball is scrolled into view

Unplanned
Last Updated: 24 Aug 2023 11:12 by Mohammed

Describe the bug
Custom value not persisted on blur when using value-primitive

To Reproduce
Steps to reproduce the behavior:

If possible, share a runnable snippet on StackBlitz by following the steps below:

  1. Find an example in[ the documentation that looks similar to your case](https://stackblitz.com/edit/6kttks-xjfsfu?file=src%2Fmain.vue).
  2. focus the Combobox
  3. type some custom texts and click away to blur it
  4. Current: the custom typed text is cleared

Expected behavior
The custom typed value persists