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: Blur event is not fired #4238

Closed
vladimirvrabel opened this issue May 28, 2019 · 1 comment
Closed

QSelect: Blur event is not fired #4238

vladimirvrabel opened this issue May 28, 2019 · 1 comment

Comments

@vladimirvrabel
Copy link

vladimirvrabel commented May 28, 2019

Issue

When user manually type a new option (which is not in a options list and the option list will disappear), then the blur event will not be called.

Steps to reproduce

Please type "gg" in demo and click outside of q-select => the blur event will not be fired.

JsFiddle

https://jsfiddle.net/n5xr3mw4/8/

Version

Quasar v1.0.0-rc.3

pdanpdan added a commit to pdanpdan/quasar that referenced this issue May 28, 2019
- emit 'popup-hide' in QMenu on destroy
- set stackLabel in QSelect dialog field
- prevent clearing inputValue in QSelect while loading
- fix not filtering when the inputValue matches selected value
- fix setting inputValue to value instead of label on toggle

ref quasarframework#4238, ref quasarframework#4235, ref quasarframework#4237
rstoenescu pushed a commit that referenced this issue May 28, 2019
* fix(quasar): QSelect related fixes

- emit 'popup-hide' in QMenu on destroy
- set stackLabel in QSelect dialog field
- prevent clearing inputValue in QSelect while loading
- fix not filtering when the inputValue matches selected value
- fix setting inputValue to value instead of label on toggle

ref #4238, ref #4235, ref #4237

* Update QMenu.js

* Update QSelect.js
@rstoenescu
Copy link
Member

Thanks for reporting!
Fix will be available in rc.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants