Closed
Description
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