quasar
quasar copied to clipboard
Q select with use-input and use-chips but chip can't be removable.
What happened?
Q select with use-input and use-chips but chip can't be removable. The bug is we can remove the chip by passing by the input field.. For your information, I use q-chip with removable="false" in scope "selected-item" of the q select.
What did you expect to happen?
If the chip is removable=false, we should not remove it by input field of q select.
Reproduction URL
https://codepen.io/steeve55/pen/qBMGdEJ
How to reproduce?
Remove a value with backspace in the keyboard.
Flavour
Vite Plugin (@quasar/vite-plugin)
Areas
Components (quasar)
Platforms/Browsers
Chrome
Quasar info output
No response
Relevant log output
No response
Additional context
No response
Hi @Steeve55! 👋
It looks like you provided an invalid or unsupported reproduction URL. Do not use any service other than Codepen, jsFiddle, StackBlitz, Codesandbox, and GitHub. Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc. Please edit your original post above and provide a valid reproduction URL as explained.
Without a proper reproduction, your issue will have to get closed.
Thank you for your collaboration. 👏
The same thing is happing, when you use disable: true
on an option. Backspace should not remove this either