Skip to content

Commit

Permalink
fix(select): use new 'checked' input (#1747)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Jul 9, 2019
1 parent 7ad7005 commit 4bfd22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/components/select/option.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { NB_SELECT_INJECTION_TOKEN } from './select-injection-tokens';
changeDetection: ChangeDetectionStrategy.OnPush,
template: `
<nb-checkbox *ngIf="withCheckbox"
[value]="selected"
[checked]="selected"
[disabled]="disabled"
aria-hidden="true">
</nb-checkbox>
Expand Down

0 comments on commit 4bfd22d

Please sign in to comment.