-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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(module:select): select on Tab support #7728
Conversation
This preview will be available after the AzureCI is passed. |
Codecov Report
@@ Coverage Diff @@
## master #7728 +/- ##
==========================================
+ Coverage 92.03% 92.07% +0.04%
==========================================
Files 502 502
Lines 16763 16774 +11
Branches 2638 2641 +3
==========================================
+ Hits 15427 15445 +18
+ Misses 1069 1061 -8
- Partials 267 268 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* feat(module:select): select on Tab support * Translation Update
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #7622
What is the new behavior?
If nzSelectOnTab is true - selection of an item might be performed by TAB key
Does this PR introduce a breaking change?
Other information