Skip to content
Snippets Groups Projects
Commit 97a69beb authored by Sandro Lutz's avatar Sandro Lutz Committed by scmoritz
Browse files

Change email signup field from onchange to oninput

parent db47430f
No related branches found
No related tags found
1 merge request!24Complete event signup
......@@ -52,7 +52,7 @@ class EventSignupForm extends JSONSchemaForm {
args: {
type: 'text',
},
onchange: (e) => {
oninput: (e) => {
// bind changed data
this.email = e.target.value;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment