fix(select): improve value comparisons

This commit is contained in:
Adam Bradley
2016-03-06 20:43:31 -06:00
parent 5d9b169fa9
commit b967b1ee7e
2 changed files with 13 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ class E2EPage {
this.authForm = new ControlGroup({
name: new Control(''),
select: new Control('')
select: new Control([1, '3'])
});
}