We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Expected behavior The custom typed value persists
Workaround use the Combobox without the value-primitive - https://stackblitz.com/edit/6kttks-zrsydp?file=src%2Fmain.vue
The text was updated successfully, but these errors were encountered:
Another workaround would be to add a new item to the data and get the custom text from the input element: https://stackblitz.com/edit/w6wzb5-xo68mc?file=src%2Fmain.vue
Sorry, something went wrong.
No branches or pull requests
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:
Expected behavior
The custom typed value persists
Workaround use the Combobox without the value-primitive - https://stackblitz.com/edit/6kttks-zrsydp?file=src%2Fmain.vue
The text was updated successfully, but these errors were encountered: