When using the select field for a boolean attribute that can be either true
, false
or nil
, the current behavior causes false
and nil
to be treated the same. If the attribute is set to false
, the edit dashboard shows the selected value as being the nil
option instead of false
as expected.