-
Notifications
You must be signed in to change notification settings - Fork 538
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
SelectPanel2: Remove instant sorting in stories #3756
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
@@ -58,6 +58,7 @@ const SelectPanel = props => { | |||
} | |||
// @ts-ignore todo | |||
const onInternalSubmit = event => { | |||
event.preventDefault() |
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.
(intentional change) Bonus nice to have!
size-limit report 📦
|
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.
🚀
Love these incremental PRs! And thanks for adding great summaries to the PR description, it helps a ton with understanding the accessibility reasonings of the changes.
Items should not move when selecting elements. From Chelsea:
Note: This PR removes the divider and does not implement the second part of #2644 (when the input filter is emptied, selected items should be moved to the top). Keeping #2644 open until I add that.
sorting-before.mov
sorting-after.mov