Skip to content

How to use ControlValueAccessor with Reactive forms generator? #168

@Dionnie

Description

@Dionnie

I use freezed + reactive forms generator and I have this color picker field.

    @RfControl()
    @Default(Colors.red)
    Color colorPick,

I'm struggling to integrate the ControlValueAccessor with my form management and database saving processes. Despite using reactive_forms_generator to generate form controls, I find it challenging to exert control over how values are handled, particularly with saving data to the database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions