mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(inputs): fix aria with shadow-dom (#16329)
This commit is contained in:
@ -16,6 +16,7 @@ export class ItemGroup implements ComponentInterface {
|
||||
|
||||
hostData() {
|
||||
return {
|
||||
'role': 'group',
|
||||
class: {
|
||||
...createThemedClasses(this.mode, 'item-group'),
|
||||
'item': true,
|
||||
|
||||
Reference in New Issue
Block a user