You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] bug report => Search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Sorry, we will not be able to answer every support request. Please consider other venues for support requests
Current behavior
There is no way to lock item in its position. There is a "moves" option, but item can be moved by the another item.
Expected behavior
I'd like to be able to lock item in its position. For example, I have the following structure:
Container (ngx-dnd-container)
-- Item (ngx-dnd-item with moves disabled) - I'd like to lock this item that it can not be moved in any way
-- Loop with items (ngx-dnd-item)
Can you do it?
Thanks,
Adam
The text was updated successfully, but these errors were encountered:
@Gourav102@wojtasadam
I'm facing the same issue, did anyone find a work around for this use case!
In my case, I need the input element to always be at the last position, when you drag & drop it is placed well but when you sort the input its changing the position even if the moves is disabled!
I'm submitting a ... (check one with "x")
Current behavior
There is no way to lock item in its position. There is a "moves" option, but item can be moved by the another item.
Expected behavior
I'd like to be able to lock item in its position. For example, I have the following structure:
-- Item (ngx-dnd-item with moves disabled) - I'd like to lock this item that it can not be moved in any way
-- Loop with items (ngx-dnd-item)
Can you do it?
Thanks,
Adam
The text was updated successfully, but these errors were encountered: