Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Primeng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Synced
Primeng
Commits
b59f2681
Commit
b59f2681
authored
6 years ago
by
Çağatay Çivici
Browse files
Options
Downloads
Patches
Plain Diff
Fixed #5633
parent
748e3da2
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/radiobutton/radiobutton.ts
+1
-1
1 addition, 1 deletion
src/app/components/radiobutton/radiobutton.ts
with
1 addition
and
1 deletion
src/app/components/radiobutton/radiobutton.ts
+
1
−
1
View file @
b59f2681
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment