diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index e91ff9a0..b2bd6ed9 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -33,7 +33,7 @@ for (let i = 0; i < inputs.length; i++) { input = inputs.get(i); - if (input.value) { + if (!input.value) { new_inputs.push(input); }