bartongroup / slivka

http://bartongroup.github.io/slivka/
Apache License 2.0
7 stars 3 forks source link

Choice field's "required" constraint does not behave properly. #61

Closed warownia1 closed 4 years ago

warownia1 commented 4 years ago

When the field is not required and no default and no value is provided, the server raises "invalid choice" error.

warownia1 commented 4 years ago

The problem is in the Java client. Slivka server behaves properly.