mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(aria): aria label/id updates
This commit is contained in:
@@ -17,6 +17,7 @@ export class Form {
|
||||
|
||||
constructor() {
|
||||
this._inputs = [];
|
||||
this._ids = -1;
|
||||
this._focused = null;
|
||||
|
||||
this.focusCtrl(document);
|
||||
@@ -80,4 +81,8 @@ export class Form {
|
||||
}
|
||||
}
|
||||
|
||||
nextId() {
|
||||
return ++this._ids;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user