-
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
Replicate Edit, Order/Arrange/Move, and Delete as done in QuickLinks WebPart #2229
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
i have this => https://github.com/PooLP/spfx-react-drag-drop-inline-edit-sample |
I hadn't seen @PooLP already answered your question, but I've submitted a PR that mostly solves this one - you can freely update it to support keyboard shoutcuts, for inspiration take a look under keycodes in the react-sortable-hoc docs Instead of using the getDetailsPaneConfiguration I'm forcing a rerender of the propertypane, I really couldn't find a pretty way that's documented to do this, yet another reason MS should open source some of their webparts |
I think we should use dnd kit for that, much more complete and maintained. |
DnD kit is probably the better way to go, I just went for something I knew to be working 😊 Well if we don't push for it, it won't happen |
Sample description
Replicate Edit, Order/Arrange/Move, and Delete as done in QuickLinks WebPart including accessibility behaviors of Left/Right arrows for selection of card and Ctrl + Left/Right Arrows for movement of card.
SPFx version
1.13.1
Are you willing to help?
Yes
The text was updated successfully, but these errors were encountered: