-
-
Notifications
You must be signed in to change notification settings - Fork 479
fix: menu regression #295
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
fix: menu regression #295
Conversation
|
没太明白和 onClick 有啥关系。 |
|
ci 挂了 |
https://github.com/react-component/select/blob/master/src/DropdownMenu.jsx#L100 |
c43e515 to
a0a83aa
Compare
|
ci fixed |
| <li | ||
| aria-selected="true" | ||
| class="rc-select-dropdown-menu-item rc-select-dropdown-menu-item-selected" | ||
| role="menuitem" |
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.
为啥这些 li 没有 role="option"
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.
好像是subPopMenu下面的<li>忘记处理了,我加一下
|
好,现在本地也挂了。 |
|
好的 我再看一下 |
|
没事,我的问题。 |
|
应该好了。 |
Codecov Report
@@ Coverage Diff @@
## master #295 +/- ##
=======================================
Coverage 99.66% 99.66%
=======================================
Files 8 8
Lines 297 297
Branches 76 76
=======================================
Hits 296 296
Misses 1 1
Continue to review full report at Codecov.
|
|
赞 这回应该可以了 967eb41 我之前以为这些 |
|
我合了啊 |
No description provided.