Merge remote-tracking branch 'origin/main' into 7.0-sync-09-16-22

This commit is contained in:
Liam DeBeasi
2022-09-16 15:20:33 -04:00
373 changed files with 18384 additions and 13162 deletions

View File

@ -276,7 +276,7 @@ export class Input implements ComponentInterface {
componentWillLoad() {
this.inheritedAttributes = {
...inheritAriaAttributes(this.el),
...inheritAttributes(this.el, ['tabindex', 'title']),
...inheritAttributes(this.el, ['tabindex', 'title', 'data-form-type']),
};
}