We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac07c6f commit 44d772fCopy full SHA for 44d772f
src/components/picker/picker-component.ts
@@ -438,7 +438,7 @@ export class PickerColumnCmp {
438
<div class="picker-wrapper">
439
<div class="picker-toolbar">
440
<div *ngFor="let b of d.buttons" class="picker-toolbar-button" [ngClass]="b.cssRole">
441
- <button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear [strong]="b.strong">
+ <button ion-button (click)="btnClick(b)" [ngClass]="b.cssClass" class="picker-button" clear>
442
{{b.text}}
443
</button>
444
</div>
0 commit comments