How to change input value in formly?

1.4k Views Asked by At

I want to append "}"(curly braces) to model property_name given by the user .

                                   key: 'property_name',
                                   type: 'input',
                                   templateOptions: {
                                       type:'text',
                                       label: 'property name',
                                       required : true
                                   },

for example: if user type "star" then "star }" will go to backend.

0

There are 0 best solutions below