Skip to content
Snippets Groups Projects
Commit b59f2681 authored by Çağatay Çivici's avatar Çağatay Çivici
Browse files

Fixed #5633

parent 748e3da2
No related merge requests found
......@@ -14,7 +14,7 @@ export const RADIO_VALUE_ACCESSOR: any = {
<div [ngStyle]="style" [ngClass]="'ui-radiobutton ui-widget'" [class]="styleClass">
<div class="ui-helper-hidden-accessible">
<input #rb type="radio" [attr.id]="inputId" [attr.name]="name" [attr.value]="value" [attr.tabindex]="tabindex"
[checked]="checked" (change)="onChange($event)" (focus)="onFocus($event)" (blur)="onBlur($event)">
[checked]="checked" (change)="onChange($event)" (focus)="onFocus($event)" (blur)="onBlur($event)" [disabled]="disabled">
</div>
<div (click)="handleClick()"
[ngClass]="{'ui-radiobutton-box ui-widget ui-state-default':true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment