Skip to content

fixed a bug where a stored zero value was transformed into an empty string

Andreas Pittrich requested to merge queryControl-bug-zero-store into main

QueryControls can be initialized with stored values. When the stored value was zero however, it was cast to an empty string, which led the select query widget to show no answer at all (because unlike 0, the empty string was not a valid answer)

Merge request reports

Loading