Enum type field in the selection

You said that the enum has only three valid values: Confirmed, Picked and Packed. There is no such element as None. If you need it, add it to the enum / create a new enum with it.