We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5ec9a commit 12f96a2Copy full SHA for 12f96a2
web/assets/js/widgets/search-form/search-form.js
@@ -127,9 +127,7 @@ window.CultuurnetWidgets = window.CultuurnetWidgets || { behaviors: {} };
127
128
// Text field => Just submit the entered value.
129
if ($field.is(':text')) {
130
- if (value) {
131
- paramsToSubmit[$field.attr('name')] = encodeURIComponent(value);
132
- }
+ paramsToSubmit[$field.attr('name')] = encodeURIComponent(value);
133
}
134
// Radios => Only submit the checked radios.
135
else if ($field.is(':radio')) {
0 commit comments