Simon Bobrov

Results 113 comments of Simon Bobrov
trafficstars

Honestly I would be surprised if it worked out, because the current system does not even logically support it as is. That's why I think it should be covered /...

hi @Amitesh you are talking most likely about something like "freezing" the position of a particular item. This is not what `disable` is for. Disabled item is not draggable but...

Well, I would advise to file the issue on original library then. This repository is just an interface to it...

Wow. Didn’t see that rubaxa gave up. Well, we'll see how it goes in future. Actually angular team works on sortable in cdk so probably this would be the future

Hi @gauravsoni1 this does not seem to be angular-specific problem. Please post this as a bug of original sortablejs library (or search for existing one).

@andreElrico thanks for the solution. Here is mine with a component instead of directive: ```ts interface Searchable { id: string; name: string; } @Component({ selector: 'app-select-search', template: ` `, })...

That's the only way I made it work at the moment I was trying... just did not work as object

@zxh0 looks like I found the reason. Today with new vscode formatting got completely broken and I searched for what's missing and found out that Clang-Format plugin was not installed...

@dandv https://github.com/marcj/css-element-queries

This fork https://github.com/kevcjones/angularx-bootstrap-modal is actually the only way to go for now...