Skip to content

Create decorator that sets up AbstractControlOptions updateOn property #404

@xzxzxc

Description

@xzxzxc

Description

As I understand from documentation, there is no decorator that sets up AbstractControlOptions updateOn property. It would be very useful to have one.

Describe the solution you'd like

class User {
  @updateOn('blur')
  firstName: string;

  @updateOn('blur')
  lastName: string;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions