```js
const inputs = [
{
fieldInput: {
"inputName": "comment",
"label": "Comment",
"model": "comment",
"id": "comment",
"placeholder": "Your comment",
"rows": "6",
"cols": "30",
"maxlength": "500",
"minlength": "5",
"helpLabel": "help the label"
},
disabled: false,
value: 'my comment'
}
]
```