mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
fix(angular): apply validation classes properly
* fix(angular): add validation classes to ion-item * fix(inputs): focus handling fixes #17171 fixes #16052 fixes #15572 fixes #16452 fixes #17063
This commit is contained in:
@ -140,6 +140,7 @@ export class Select implements ComponentInterface {
|
||||
|
||||
@Listen('click')
|
||||
onClick(ev: UIEvent) {
|
||||
this.setFocus();
|
||||
this.open(ev);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user