Open
Description
How to reproduce
Use the following demo - http://jsfiddle.net/9xfdvLbL/
Conditions
Typing some copy in the input text and by selecting one or more categories, you get:
{"filtering":{"title":"john doe","categories":["1","3"]}}
Problem
When submitting the form without entering any values in the form fields. You get:
{"filtering":{"title":""}}
Expectation
When submitting the form with no values in the fields to get:
{"filtering":{"title":"","categories":[]}}
Metadata
Metadata
Assignees
Labels
No labels