mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
Merge remote-tracking branch 'origin/main' into 7.0-sync-09-16-22
This commit is contained in:
@ -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']),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user