-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
[ListItem] Move the selected prop from MenuItem to ListItem #12602
[ListItem] Move the selected prop from MenuItem to ListItem #12602
Conversation
@oliviertassinari I tried to modify tests to reflect those changes. Looking at ArgosCI results, they look normal to me (I added a selected state at the end of each list, which creates a difference). Should I "declare" something somewhere to let ArgosCI know those differences are OK? |
73a5225
to
c08e80c
Compare
c08e80c
to
4b068ff
Compare
…cted property is from ListItem. Updated test
4b068ff
to
a80bfef
Compare
a80bfef
to
effed02
Compare
@the-question Don't worry about Argos-CI, there is nothing you need to do about it. The admins on the project can manually approve the changes after reviewing them. |
@the-question Thank you! |
@oliviertassinari Thanks for the "hint" about Argos-CI! |
* Added selected property to ListItem * Added selected example in ListItem documentation * Modified tests to include testing of ListItem'selected property * Removed selected property from MenuItem. Modified doc to specify selected property is from ListItem. Updated test * Corrected example. Fixed missing style * Modified components spec * Updated docs API * Prettified demo * should be ready to be merged
Closes #8667.