mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@ -133,6 +133,7 @@ export class Range implements ComponentInterface {
|
||||
|
||||
/**
|
||||
* Emitted when the styles change.
|
||||
* @internal
|
||||
*/
|
||||
@Event() ionStyle!: EventEmitter<StyleEvent>;
|
||||
|
||||
@ -417,6 +418,7 @@ export class Range implements ComponentInterface {
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
interface RangeKnob {
|
||||
knob: string;
|
||||
value: number;
|
||||
|
Reference in New Issue
Block a user