On a cloud site I’ve upgraded from 13 to 17, I’ve got a colour picker property basically just for colour visibility, not for doing anything and another one to pick a colour. Either of them doesn’t work with or without selecting a colour, and has the following validation error;
{type: "Error", title: "Validation failed", status: 400,…}
detail: "One or more properties did not pass validation"
errors: {,…}
$.values[13].value.contentData[1].values[3].value: ["The selected color '000000' is not one of the available options."]
0: "The selected color '000000' is not one of the available options."
operationStatus: "PropertyValidationError"
status: 400
title: "Validation failed"
type: "Error"
