Skip to content

Change title dynamically  #754

Closed
Closed
@milansgowda

Description

@milansgowda

Question

As a user I should be able to change the title/dynamically of the form dynamically. Currently i can change the value of inputs, is there a way where i can change title/label dynamically

Expected behaviour

{
"key": "comment",
"type": "textarea",
"title":"user.title",
"placeholder": "Make a comment"
}
where i can set value for comment like $scope.model.comment ="Comment description" and it would change the value. Same set $scope.user.title = "First Name" it should display "First Name" as title

Actual behaviour

It actually showing user.title as title

@json-schema-form/angular-schema-form-lead

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions