mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@ -69,6 +69,8 @@ export class SegmentButton implements ComponentInterface {
|
||||
const { disabled, checked, color } = this;
|
||||
return {
|
||||
'ion-activatable': 'instant',
|
||||
'aria-disabled': this.disabled ? 'true' : null,
|
||||
|
||||
class: {
|
||||
...createColorClasses(color),
|
||||
'segment-button-disabled': disabled,
|
||||
|
Reference in New Issue
Block a user