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
Describe the bug When i click in clear btn nothing happening.
Reproducbile example
<ng-select [items]="langs" formControlName="language" bindLabel="title" bindValue="key" (clear)="onClearLang()"> </ng-select> onClearLang(): void { console.log('clear event') }
To Reproduce 1 - click in clear btn and not clean the value
Expected behavior
clear the value.
Screenshots
Problem Detected
ng-select.component.ts, line 276 handleMousedown($event: MouseEvent) if (target.className === 'ng-clear-wrapper') { this.handleClearClick(); return; } target.className = "ng-clear-wrapper ng-star-inserted"
The text was updated successfully, but these errors were encountered:
dfbbcd6
fix: handler mousedown for clear event when used animation library (n…
2ab22c4
…g-select#931) * fix: handler mousedown for clear event when used animation library closes ng-select#928
No branches or pull requests
Describe the bug
When i click in clear btn nothing happening.
Reproducbile example
To Reproduce
1 - click in clear btn and not clean the value
Expected behavior
clear the value.
Screenshots
Problem Detected
The text was updated successfully, but these errors were encountered: