mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(input): update input css/tests
This commit is contained in:
@ -106,6 +106,7 @@ export class Toggle {
|
||||
if (_item) {
|
||||
this.id = 'tgl-' + _item.registerInput('toggle');
|
||||
this._labelId = 'lbl-' + _item.id;
|
||||
this._item.setCssClass('item-toggle', true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user