Skip to content

Commit

Permalink
Update packages/angular-workspace/nimble-angular/src/directives/selec…
Browse files Browse the repository at this point in the history
…t/nimble-select.directive.ts

Co-authored-by: Milan Raj <rajsite@users.noreply.github.com>
  • Loading branch information
atmgrifter00 and rajsite authored May 20, 2024
1 parent 0a6cbe0 commit 6220dca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class NimbleSelectDirective {
return this.elementRef.nativeElement.clearable;
}

@Input('clearbable') public set clearable(value: BooleanValueOrAttribute) {
@Input() public set clearable(value: BooleanValueOrAttribute) {
this.renderer.setProperty(this.elementRef.nativeElement, 'clearable', toBooleanProperty(value));
}

Expand Down

0 comments on commit 6220dca

Please sign in to comment.