At the moment, the hook advertises that form values follow the schema, but that is not always true. The schema is only used for validation, but the values are raw and not from the output of schema parsing. If the schema does any transformations, then the raw values might be different from the output of schema parsing. It would also need to support the transformation of initial values to raw values. So values need to be transformed in both directions.
At the moment, the hook advertises that form values follow the schema, but that is not always true. The schema is only used for validation, but the values are raw and not from the output of schema parsing. If the schema does any transformations, then the raw values might be different from the output of schema parsing. It would also need to support the transformation of initial values to raw values. So values need to be transformed in both directions.