Skip to content
New issue

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

QSelect field can be cleared with useChips and clearable=false #17937

Open
derpierre65 opened this issue Mar 27, 2025 · 0 comments
Open

QSelect field can be cleared with useChips and clearable=false #17937

derpierre65 opened this issue Mar 27, 2025 · 0 comments
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues

Comments

@derpierre65
Copy link

derpierre65 commented Mar 27, 2025

What happened?

The QSelect is "clearable" while in useChips and clearable=false mode.

What did you expect to happen?

I expect the same behaviour than without useChips, that the field is not clearable at all.

Reproduction URL

https://stackblitz.com/edit/quasarframework-stackblitz-templates-xpybfest?file=src%2Fpages%2FIndexPage.vue

How to reproduce?

  1. create a q-select with useInput, useChips and clearable=false
  2. select any value
  3. the field is "clearable" with the X of the q-chip and with the backspace key if the user is inside the input field.

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Components (quasar)

Platforms/Browsers

No response

Quasar info output

Relevant log output

Additional context

No response

@github-actions github-actions bot added area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite labels Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components bug/1-repro-available A reproduction is available and needs to be confirmed. flavour/quasar-cli-vite kind/bug 🐞 Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

1 participant