mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(select): improve value comparisons
This commit is contained in:
@@ -26,7 +26,7 @@ class E2EPage {
|
||||
|
||||
this.authForm = new ControlGroup({
|
||||
name: new Control(''),
|
||||
select: new Control('')
|
||||
select: new Control([1, '3'])
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user