Select multiple emails using checkboxes

This commit is contained in:
Jeffrey Biles
2020-03-17 19:18:23 -07:00
parent 53383058d9
commit d594a9fdd1
2 changed files with 17 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ new Server({
},
factories: {
email: Factory.extend({
id(i) {
return i;
},
from(){
return faker.internet.email()
},