Skip to content
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

Support forced Y coordinate drag motion #579

Open
dboundz opened this issue May 23, 2024 · 1 comment
Open

Support forced Y coordinate drag motion #579

dboundz opened this issue May 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@dboundz
Copy link

dboundz commented May 23, 2024

In many UX cases you only want to user to be able to drag it item veritically, or horizontally but not both at the same time (as with a Kanban).

Other framework DnD libraries I've used in the past support the ability to restrict the drag animation to just up / down or left / right but I don't believe that's baked in to this.

Would be a great enhancement as it's a good UX when needed.

@isaacHagoel
Copy link
Owner

I think someone tried to implement this in the past and it proved to be non-trivial.
I am open to PRs. If you want to give it a go I can assist.
Otherwise, I might get to this but not sure exactly when.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants