We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please remove sections that are not required.
I'm submitting a ... [x ] bug report [ ] feature request [ ] other
What is the current behavior?
Expected this:-
dragClass (previously dragOverClass) | string | 'drag-border' | CSS class applied on the draggable that is applied when the item is being dragged.
Applying dragClass has no effect. I have applied a dragClass but it has no effect, see example below
The dragHandle gets applied but not the dragClass
Create a div with draggable set. Create a CSS class for the dragClass. E.G.
<div [draggable] [dragHandle]="'carousel-drag-handle'" [dragClass]="'carousel-drag'"> (related CSS file contains) .carousel-drag { border:2px solid yellow; background-color: blue; max-width:20px; max-height:20px; }
Expected a yellow border, i.e. the CSS being applied to the element whilst it is being dragged.
Angular CLI: 8.2.0 Node: 10.16.0 OS: linux x64 Angular: ...
@angular-devkit/architect 0.802.0 @angular-devkit/core 8.2.0 @angular-devkit/schematics 8.2.0 @schematics/angular 8.2.0 @schematics/update 0.802.0 rxjs 6.4.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please remove sections that are not required.
I'm submitting a ...
[x ] bug report
[ ] feature request
[ ] other
What is the current behavior?
Expected this:-
dragClass (previously dragOverClass) | string | 'drag-border' | CSS class applied on the draggable that is applied when the item is being dragged.
Applying dragClass has no effect.
I have applied a dragClass but it has no effect, see example below
The dragHandle gets applied but not the dragClass
Create a div with draggable set. Create a CSS class for the dragClass. E.G.
Expected a yellow border, i.e. the CSS being applied to the element whilst it is being dragged.
Angular CLI: 8.2.0
Node: 10.16.0
OS: linux x64
Angular:
...
Package Version
@angular-devkit/architect 0.802.0
@angular-devkit/core 8.2.0
@angular-devkit/schematics 8.2.0
@schematics/angular 8.2.0
@schematics/update 0.802.0
rxjs 6.4.0
The text was updated successfully, but these errors were encountered: