- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
select clearable is not working (on a dialog) #11297
Labels
Qv2 🔝
Quasar v2 issues
Comments
@ozelotjp Hi, thanks for finding this! I have been working on it most of the day and have a fix. I just need more testing to make sure there are no side effects with such a large component. qselect-clearable--mobile--issue.mp4 |
hawkeye64
added a commit
to hawkeye64/quasar
that referenced
this issue
Nov 12, 2021
…k#11297 The "state.splitAttrs.listeners.value" does not contain the listeners (like it used too. Did Vue make some undocumented changes?) as expected. I added a composable, "use-listeners.js" (quasar had something similar at start of v2). Anyway, it all works now - in a dialog/menu, or stand-alone desktop web page. I create a "dev/selct-mobile" for testing this functionality. You can test before the merge to verify (it's already in dev)
hawkeye64
added a commit
to hawkeye64/quasar
that referenced
this issue
Nov 12, 2021
…rk#11297) The "state.splitAttrs.listeners.value" does not contain the listeners (like it used too. Did Vue make some undocumented changes?) as expected. I added a composable, "use-listeners.js" (quasar had something similar at start of v2). Anyway, it all works now - in a dialog/menu, or stand-alone desktop web page. I create a "dev/selct-mobile" for testing this functionality. You can test before the merge to verify (it's already in dev)
rstoenescu
added a commit
that referenced
this issue
Nov 13, 2021
This is due to an underlying Vue breaking change. Will be available in Quasar v2.3.2. |
Thanks for this and other contributions! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
q-select
's clearable is not working. (on a dialog)Codepen/jsFiddle/Codesandbox (required)
Editor: https://codesandbox.io/s/inspiring-stallman-ji8nt?file=/src/pages/Index.vue
Viewer: https://ji8nt.sse.codesandbox.io
To Reproduce
Expected behavior
The Clear button shown on the page will work.
The Clear button displayed on a dialog should work the same way.
Screenshots

Platform (please complete the following information):
Quasar Version: v2.3.1
@quasar/app Version: 3.1.0
Quasar mode:
Tested on:
OS: Windows 10
Node: v14.18.1
NPM:6.14.15
Yarn:
Browsers: Firefox 94.0.1
iOS:
Android:
Electron:
Additional context
N/A
The text was updated successfully, but these errors were encountered: