Ben Morton

Results 85 comments of Ben Morton

The `dragHandle` supports css selectors, so theoretically, you should be able to use `.goal-box :not(input)` as your `dragHandle` to achieve this.

I have made an update that should address this. Can you give it a try on the demo site and see if that solves the problem?

Have you got some example code I can look at? It triggers a cascade when an item is removed so it should handle this...

I have made a change to how `limit_to_grid` works. Can you try it on the demo site and see if you still get the issue? https://bmorton.co.uk/angular/

Can you verify this in the latest version? Demo site should be updated

At the moment there is no invalid position for release. At the moment the grid allows for any drop location within the grid, and if it's outside the grid, it'll...

Actually, in the fixed items branch, there is a catch for fixed items that prevents moving certain items out of the way. A simple implementation of this could be to...

What settings are you currently using? If you are using the `max_cols` property and resizing each column dynamically, and then each box uses a single column, then it will behave...

Yes, that's about the configuration I was expecting. Does the behaviour not already work as described? If not, at what point does the item move?

Ah, hang on, I know what's going. I misread your config. Basically, ever column in the grid is only 2 pixels wide according to your config, which means that it...