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.
2 parents af188d4 + 5da3681 commit b4ca468Copy full SHA for b4ca468
src/number-input/number.component.ts
@@ -83,6 +83,7 @@ export class NumberChange {
83
<button
84
class="bx--number__control-btn down-icon"
85
type="button"
86
+ [attr.disabled]="disabled ? true : null"
87
aria-live="polite"
88
aria-atomic="true"
89
[attr.aria-label]="getDecrementLabel() | async"
@@ -93,6 +94,7 @@ export class NumberChange {
93
94
95
class="bx--number__control-btn up-icon"
96
97
98
99
100
[attr.aria-label]="getIncrementLabel() | async"
0 commit comments