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

Implement 'drag-cancel='.className' #105

Open
tzhf opened this issue Nov 23, 2023 · 0 comments
Open

Implement 'drag-cancel='.className' #105

tzhf opened this issue Nov 23, 2023 · 0 comments

Comments

@tzhf
Copy link

tzhf commented Nov 23, 2023

Hi there,
I tested several vue-draggable-resizable, yours seems to be the best so far.
However it's missing a really useful feature to disable dragging in some parts of the component, as shown here
I'm using some input type range (draggable input) inside the draggable element, but i can't drag the range input without dragging the whole component.
The only solution i've found so far is to temporarily set draggable to false when i'm focused on the input element, but it's not really a good approach and it disables the dragging for whole element instead of just a specific area.

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

No branches or pull requests

1 participant