-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(dropdown): add option to let event propagate on toggle #2964
feat(dropdown): add option to let event propagate on toggle #2964
Conversation
@H--o-l question is: if add |
@H--o-l as far as I remember I was fighting with document click closing just opened dropdown :) |
@valorkin ok, not sure what you mean but I'm glad to do some tests if you have ideas. For now I tried: Before submitting the PR I also tried to remove the Do you have other suggestions ? Or did I missed something ? |
what if completely remove |
yep they use it a lot |
Codecov Report
@@ Coverage Diff @@
## development #2964 +/- ##
===============================================
- Coverage 65.78% 65.77% -0.01%
===============================================
Files 207 207
Lines 5608 5610 +2
Branches 984 985 +1
===============================================
+ Hits 3689 3690 +1
Misses 1656 1656
- Partials 263 264 +1
Continue to review full report at Codecov.
|
@H--o-l thanks again :) |
@valorkin thanks to you ! |
My hope to release it today |
Issue #1217 was fixed but re-introduce
recently in development branch (commit 04cab1e).
Let's add an option to authorize propagation of click event on toggle
for users that need it.